• Washy

    (@washy)


    Hi. I would really like to get some help on this

    My sidebar is flowing under my content area and I am guessing its from margins problem? the thing is when the search form is in it starts like at the middle of the sidebar area, and the rest of the sidebar flows under the content area … When I take the search form out, the sidebar content goes to where the search form is now .. but it doesnt go to the top of the sidebar area where its actually supposed to be.

    this is my link
    https://www.idezign.info/wp

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • motivatingfactor

    (@motivatingfactor)

    Change your content width from 750px to 730px in style.css (line 120)

    #content {
    float:right;
    overflow:hidden;
    padding:10px 0 30px 20px;
    width:750px;
    }

    Thread Starter Washy

    (@washy)

    Thank you so much. That worked.
    May I ask how?
    I saw that the padding was like A LOT! and I changed them from
    10 10 30 10 px to 5 5 5 5 px
    then changed the width back to 750 and that didn’t work even though i reduced the padding a lot. So I changed the width again to 740 and it worked ^_^

    Thanks a lot I really appreciate the help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please help me with my sidebar (overflow?)’ is closed to new replies.