Secondary div nesting in primary div
-
I’m running the Twenty Eleven theme, and am having trouble with the “sidebar template”. On the first few pages I created, it worked fine. But now whenever I create a new page using this template, the “div id=secondary” is nesting inside “div id=primary”. I’m pretty sure it’s not supposed to do this, as my first few (correct) pages don’t. The footer is in the wrong place too…
This is how I understand it should look (this is how my correct pages work):
<head> <body> <page> <header> <main> <secondary> <footer>
This is how my incorrect pages look:
<head> <body> <page> <header> <main> <primary> <content> <secondary> <footer>
Any idea as to why? To see a correct page you can look at “https://www.smithbrotherssteakhouse.com”. To see an incorrect page that I want to fix, go to “https://www.smithbrotherssteakhouse.com/1234test/”. Any help would be great.
- The topic ‘Secondary div nesting in primary div’ is closed to new replies.