• Resolved leftajarandy

    (@leftajarandy)


    Hi
    I have managed to style the page using a custom style sheet (so I can do this for every new page I create to give it a “flavour”), however, the last hurdle!

    The width of the body is exceeding the width of the header and footer – I have managed to define the widths on the right hand side, but not the left hand side?

    Any support would be greatly appreciated ??

    link: here

Viewing 2 replies - 1 through 2 (of 2 total)
  • you could possibly edit the ’emily the strange.css’ file, and change here:

    #content-wrapper-inner {
        float: left;
        background: black;
    	padding: 20px 20px;
        width: 940px;margin-left:10px;
    }

    (shown after changes; width reduced by 10px; left margin added)

    (not widely tested)

    Thread Starter leftajarandy

    (@leftajarandy)

    worked a treat! thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Body content exceeding width of header and footer’ is closed to new replies.