PDA

View Full Version : Small annoying issue!


Krusty1231
08-04-2012, 06:29 AM
In the attached picture I would like to move the forum block so it is on the same level as my scroller.

I would like to be able to move the sidebar button down a bit.

I am pulling my hair out trying to find where to edit these two smallish, but annoying issues!

Any help much appreciated!

This is a custom skin, (I have requested help from the designer - to no avail) So any insights or pointers I would be grateful!

zascok
08-04-2012, 01:53 PM
reduce the width either of sidebar or forum or both for a 5-6 pixels.

peugeot405
08-04-2012, 02:04 PM
It could be caused by the button being to much to the right.

to move the button add this to additonal css:

#sidebar_button {
display: block;
float: right;
margin-right: -32px;
margin-top: 0;
}

adjust margin-top and margin right.

Krusty1231
08-04-2012, 09:11 PM
Thank you both for the answer.

You guys fixed it!

Much appreciated!

peugeot405
08-05-2012, 09:25 AM
glad it got sorted out.