• Resolved almeidas.se

    (@almeidasse)


    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    	}
    Thread Starter almeidas.se

    (@almeidasse)

    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;

    Thread Starter almeidas.se

    (@almeidasse)

    THANK YOU SO MUCH 🙂 It worked and you saved my day :))))))))

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Sidebar at the bottom after changing layout’ is closed to new replies.