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

CommentFileSizeAuthor
blogs.png387.13 KBMWildermuth

Comments

Jeff Burnz’s picture

Category: bug » support
Priority: Critical » Normal

You 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.

domineaux’s picture

Looks 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

Jeff Burnz’s picture

OK, 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.

MWildermuth’s picture

Thanks for replying, it seems you are correct. I closed off my

tags where the teasers ended and the blog screen looks perfect. Now I just need to find a more permanent fix for my next postings. Thanks again, that helped me a lot.
MWildermuth’s picture

Status: Active » Closed (fixed)