• Hi there,

    Not sure how to adjust my left sidebar so that the words don’t bleed over into my post… any help appreciated.

    site is http://www.girlgetstrong.com

    Also trying to get the Post title pink instead of grey, but changing it in the stylesheet.css doesn’t seem to work…not sure why?

    Thanks very much in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s a CSS problem. You have the width of the UL’s in your sidebar to be too wide. Should be around line 598 in your stylesheet.

    You should subtract the padding & margins from the total width that you want, and that should fix your problem.

    Thread Starter melanieberezan

    (@melanieberezan)

    Sorry, am quite the newbie…I think you mean this section (below). What exactly do I do and where? (thanks for your patience!)

    /* Begin Sidebars */
    div.sides {
    float: left;
    overflow: hidden;
    width: 190px;
    padding-top: 20px;

    }
    div#sidebar {
    margin: 0 0 0 -100%;
    padding-top: 20px;
    padding-left: 10px;
    }
    * html div#sidebar {
    left: 20px;
    position: relative;
    }
    div#sidebar2 {
    margin: 0px 0 0 -190px;
    padding-top: 20px;
    }

    /* End Sidebar */

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

The topic ‘Words running over from Sidebar into post’ is closed to new replies.