CSS background issue after porting site to WordPress
-
I’m about to pull my hair out.
I’m porting a site over to WordPress from some unknown proprietary platform. I am basically using the same css file, with some added tweaks for WordPress (mostly for the navigation lists).
The original site: https://www.csg-pr.com
The wordpress install: https://csg-pr.com.whsites.net/There is a white background behind the header that is supposed to extend all the way around the content of the page, but it stops and only is white in the 50 px padding around the header image.
Here is the full style sheet: https://csg-pr.com.whsites.net/wp-content/themes/csg-pr/style.css
You can view the source code from the page.
But here’s the specific div code that should be giving me the white background –
div#framebox { padding:50px; width: 800px; display: block; margin:0 auto; background-color: #ffffff; }
I can’t seem to get the white background to fill the entire framebox div. It works fine on the old site on all browsers. But on Firefox, Safari and Chrome, the background does not extend.
Any ideas?
- The topic ‘CSS background issue after porting site to WordPress’ is closed to new replies.