I've scoured the issues for a few weeks before submitting this, so sorry if this is a duplicate. If so please point me in the right direction. After an upgrade to 6.x-3.3, all of my layouts are causing the panels to display with one column under another (see stacked.jpg). I added some custom css to get the columns to line up (not-stacked.jpg), however as you can see the profile pic is overlapping. Here's the custom css I added:

.panels-flexible-region-1-center {
float:left;
width:75%;
}

I tried clearing the cache, uninstalling the module, upgrading ctools and panels at the same time, and a few other things I found in the issues that I thought may fix the problem, but I haven't had any luck. Thanks in advance.

-Grant

CommentFileSizeAuthor
not-stacked.JPG66.26 KBglarsch
stacked.jpg510.52 KBglarsch

Comments

glarsch’s picture

Bueller...

merlinofchaos’s picture

Category: bug » support

There's no real way anyone can help you from just an image, you do realize that don't you? You're going to need to provide the HTML and CSS that's failing. A link to a test site doing this is easiest for someone to look at and provide a guess as to what's wrong.

drm’s picture

I'm getting something similar - see http://www.dev2.theportalusa.org/. It's only on IE for me. FF is okay.

The lower part of the page (this is a flexible format page) appears to be okay, but they are stacked in the upper part.

glarsch’s picture

Hey, sorry about that. I guess I didn't realize nobody could help me from just an image. I'll have to put a test site together seeing as how mine is offline at the moment. As a side note, the module is great, there's no doubt about that. One thing I noticed (regarding my problem) is that it only gets stacked when the author pane is in the first column. Anyway, I'll get a test site up and post back so hopefully you can get a better idea of my problem. Thanks.

glarsch’s picture

Status: Active » Closed (fixed)

Adding the Author Pane block made my panels stacked. The default author pane template when adding the block was author-pane. I changed it to author-pane-block and it fixed my stacking issues.