Oh for the life of me I cannot figure out how to set the page width for a page generated in views!

The views page has the path set to the omega page that it is displaying on, but the darn thing surpasses the content area by a large degree and pushes the second sidebar below it, and additionally, I notice that some of the views page content will actually roll under the first sidebar (only when I don't use a grid or table for the layout - I am using a grid now for prettiness)

Please see the attached screenshot.

I am at a loss and I've tried so many things I can even list them here!

Help!

On another note, the rest of this site has been a BREEZE!! THANKS SO MUCH FOR THIS THEME!

CommentFileSizeAuthor
aaaaaggghhh_views-page-width.png75.71 KBaudster
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

natefollmer’s picture

I am having this same issue, sort of...

My front page is fine... All views do what they should and don't move any other elements. As soon as I go to ANY other page, even ones without views on them, the content pushes my sidebar below (the content even moves itself up and into the breadcrumb menu).

I can't for the life of me figure out what is causing this, because this happened before and I just reverted my database back a few days and it fixed it. Now, it happened again randomly and I cannot figure out what did it. Steps I have taken to troubleshoot:

- Took my CSS file back to when I know the layout was fine (didn't fix, so I know it isn't anything I did in CSS).

- I noticed the content, panels and views on every page except my home page lose the 'grid-9' class. As soon as I add this back in via firebug, it fixes the layout. What actually tells the specific element which grid class to pick? I have my content set to 9 and the sidebar to 3 (thus taking up all 12 columns of my content zone). For some reason, the content area stops getting 'grid' classes (although the sidebar does).

natefollmer’s picture

I found my fix, don't know if it will work for you:

- I had the 'Main Page Content' block set to 'none' for it's region. This breaks the layout of my site. Put this back into 'Content' and it works fine again.