Status
Not open for further replies.

brazzO

Active Member
1,286
2009
211
0
Hey all, i have been a member here for a while now but not been active in a while also.
Need a little help please.

Go to www.theglentavern.co.uk and as you can see it goes off the page.
What i would like is for it to sit correct and also so that the text sits in the middle and doesnt float off to the right.

Can anyone help?
If you need css codes or anything then let me know.
 
1 comment
go to you css file and find this
#site-section-wrap
and
put this code
Code:
#site-section-wrap {
    height: 360px;
    padding-left: 50px;}
and after
find footer and replace your code with this
Code:
#footer {
    background: url("../img/top_bar.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100px;
    position: relative;
    width: 100%;}
 
Status
Not open for further replies.
Back
Top