Blog Post on Page and CSS problems
-
Hi there!
For the last little while, I have been working on gpc.cathexisdesign.com (soon to be relocated to its own domain soon) for a local candidate.
We have decided to keep the home/front page as a static page and made the Campaign Blog (you’ll find the link to it on the sidebar menu on under Newsroom >> Campaign Blog on the menu at top) the blog page with all the latest postings.
I formatted the website to have a <div id=”container”> in the header.php to encompass the whole design, while another <div id=”content”> encompasses the content (entry-content and side-content).
The whole website looks great with the exception of the Campaign Blog page. When I set the reading settings on Campaign Blog, the design breaks down. Reading the source code reveals that the Campaign Blog page is calling on another instance of both <div id=”container”> and <div id=”content”> inside the original <div id=”content”>.
So it looks like this:
<div id="container"> <div id="content"> <div id="container"> <div id="content"> </div> </div> </div> </div>
How can I fix this? Any help would be most appreciated! Thanks in advance!
How can I fix this? Please help. I’m figuratively get sick everytime
- The topic ‘Blog Post on Page and CSS problems’ is closed to new replies.