Forums

i nedd help in my sidebar? (4 posts)

  1. sandbad
    Member
    Posted 9 months ago #

    my side bar had drop down (become under my content)i was try to reduce my sidebar but i made a mistake i went Stylesheet (style.css) and change margin:25px) i have voidy theme this my blog. http://www.ancientbabyloncivilization.com
    please i need help

  2. alchymyth
    The Sweeper
    Posted 9 months ago #

    http://www.w3schools.com/css/css_boxmodel.asp

    when you increase the padding on an element in the styles, you need to decrease the width accordingly.

    i see that you have quite large padding in style.css, here:

    #content {
    	float:left;
    	padding:10px 62px 10px 68px;
    	width:570px;
    }

    and a bit of padding on the sidebar:

    #sidebar1 {
    	float: left;
    	width: 270px;
    	padding: 5px 20px;
    	font-size:0.9em;
    	margin:25px;
    }

    possibly try to reduce the width or padding in the #content style, until the sidebar pops back up to the side.

  3. sandbad
    Member
    Posted 9 months ago #

    thank you for your answer the sidebar return to original place but now i face same problem i tray to fix the sidebar cover the last link my ads i try to reduce sidebar so visitor can watch ads link i will be glad if help me in that .

  4. alchymyth
    The Sweeper
    Posted 9 months ago #

    chose a different size ad.

Reply

You must log in to post.

About this Topic

Tags