DIV for id=tertiary placed wrong in code?
-
Hello,
it looks like the code is slightly incorret for the tertiary div-element in Theme v.3.0.2
Currently it looks like this:
<div id="page" class="grid "> <header id="header" class="row" role="banner"> <div id="main" class="row" style="width: 1200px;"> <div id="secondary" class="c3" role="complementary"> <div id="primary" class="c6" role="main"> </div> <div id="tertiary" class="c3 end" role="complementary"> </div>whichs displays the second sidebar incorrect, at the bottom of the page 🙁
In order to correct it, I think it should look like this:
<div id="page" class="grid "> <header id="header" class="row" role="banner"> <div id="main" class="row" style="width: 1200px;"> <div id="secondary" class="c3" role="complementary"> <div id="primary" class="c6" role="main"> <div id="tertiary" class="c3 end" role="complementary"> </div> </div>But I don’t know where and how I could correct it…
Thanks for any advice!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘DIV for id=tertiary placed wrong in code?’ is closed to new replies.
