Forums

[resolved] Sidebar at the bottom after changing layout (5 posts)

  1. 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!

  2. alchymyth
    The Sweeper
    Posted 12 months ago #

    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;
    	}
  3. 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?

  4. alchymyth
    The Sweeper
    Posted 12 months ago #

    find this style in style.css:

    #sidebar {
    	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
    	float: right;
    	}

    remove float: right;

  5. almeidas.se
    Member
    Posted 12 months ago #

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

Reply

You must log in to post.

About this Topic