leftajarandy
Member
Posted 1 year ago #
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
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)
leftajarandy
Member
Posted 1 year ago #
worked a treat! thank you!!!