almeidas.se
Member
Posted 12 months ago #
Hey! I need some help with my sidebar/widecolumn. I have changed my layout, widen the content and so on.. but somehow my sidebar is at the bottom, and I can't move it up. I have tried to change the width but nothing.. any help? It would be appreciated :)
http://almeidas.se
Thanks!
try and adjust the left margin of #sidebar from 545px to 745px; in style.css:
/* Begin Sidebar */
#sidebar
{
padding: 20px 0 10px 0;
margin-left: 745px;
width: 190px;
}
almeidas.se
Member
Posted 12 months ago #
I tried that but nothing. It moves to the right side but it doesn't move up :S I don't get it.. And I can't find any wrong codes at the validator.. :/ any other ideas?
find this style in style.css:
#sidebar {
font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
float: right;
}
remove float: right;
almeidas.se
Member
Posted 12 months ago #
THANK YOU SO MUCH :) It worked and you saved my day :))))))))