How do I add a white background to the middle section leaving header footer …
-
Hello all,
I am very new to this and have been learning as I go. I have searched and can not find a answer to my problem I and trying to get just the middle of my site to be while and wrap my background image around the white. Similar to
https://www.bridezilladesign.co.ukThe only thing I can find that is close to what I want is to add this to my custom.css
.wrap {
background-color: white;
margin: 0 auto;
max-width: 940px;
padding: 0 30px;
position: relative;
}but when that is done it stretches to high and blocks or covers my header and footer and covers my menus also my sidebar from being displayed
Any help would be greatly appreciated.
I have removed the custom css code for now because the site is live and cannot be navigated with those setting in place. If any can help and needs for me to put it back for a moment just let me know and I will add the code back and link my site.thank you in advance
- The topic ‘How do I add a white background to the middle section leaving header footer …’ is closed to new replies.