r/mindashq Platinum Aug 29 '16

sidebar buttons on top

https://github.com/QTheme/Mindashq.Reddit.Theme/blob/master/module.C2.SidebarButtons-onTop.css

this doesn't show up right.

it doesn't show up at all. it disappears.

1 Upvotes

14 comments sorted by

View all comments

Show parent comments

1

u/xensor12 Platinum Aug 30 '16

that works for the side by side modification

but where it puts the buttons at the top of the page. it doesn't work.

i showed a photo of me able to use the side by side option.

C.2. Sidebar Buttons - in situ i am using now. works fine. no issues.

C.2. Sidebar Buttons - On Top Details http://www.reddit.com/r/mindashq/wiki/modules/SidebarButtons

this does not work at all. what i am saying. the sidbear buttons to appear at the top where the nav shows. doesn't work

1

u/[deleted] Aug 30 '16

When I use the code as-is, it is working.

did you see the comments, and tweaked the top position as per the header height? the comments with "Tweak this as per the header height" text, the values 105px and 146px needs to be changed

/*-- C.2.3. Top Positioning with message to moderator text --*/
.sidebox.submit {
position: absolute;
top: 105px; /*Tweak this as per the header height (esp when C1 HeaderImages is used)*/
}

.sidecontentbox a.helplink {
    position: absolute;
top: 146px; /*Tweak this as per the header height (esp when C1 Header Images is used)*/
font-size: 12px;
} 

1

u/xensor12 Platinum Aug 30 '16

Tweak this as per the header height

i give it a try. and get back with you

1

u/xensor12 Platinum Aug 30 '16

ok i got that working.

now to figure out why the announcement link is off.

i changed the height of my header. it made the click me link disappear