Hi,
If I look at all my content in the blog view (http://whsale.com/blog/1). The view where you get all my pages lined up showing only through a teaser box, then the left and side blocks on my page get pushed below everything else. It deforms the look of the page. I attached an image, to show what I mean. Has anybody else had this problem? and do you know how to fix it?
Thanks,
Mike
| Comment | File | Size | Author |
|---|---|---|---|
| blogs.png | 387.13 KB | MWildermuth |
Comments
Comment #1
Jeff Burnz commentedYou must be doing something that is tripping out the layout, the theme has pretty solid layout (based on Zen) in all browsers so look at what you are doing in either the sidebars or center column, I wonder if you wrote some plain HTML into a block or node and forget to close a div? This can happen if on teaser list pages if the code gets broken by Drupal by splitting the summary in the middle of the code... easily fixed by using "Split summary at Cursor" and split either above or below your code.
Comment #2
domineaux commentedLooks like your blocks need to be setup.
Go into the blocks menu and you can play with moving the blocks around abit. It would appear you haven't set any side blocks for menu,login,etc.
Be sure you SAVE after you set the move positions
Comment #3
Jeff Burnz commentedOK, I only looked at the png image, I can tell you its your site, the code is broken with missing closing div(s), validate the page also, it will tell you you have broken div tags.
Comment #4
MWildermuth commentedThanks for replying, it seems you are correct. I closed off my
Comment #5
MWildermuth commented