How can I change a panel region from a vertical column to a horizontal row?

Events happening in the community are now at Drupal community events on www.drupal.org.
patterndev's picture

First off. Thank you for Panels! Although I just started w it.. it is awesome!

I am creating a panel that uses the 3 column 33/34/33 stacked layout. I am trying to add multiple pictures in a row instead of a column. I am using the bottom region for this but am only able to get dispay in a column. How can I change it to a row? Do I need to update the theme or can this be configured?

Thanks!

Comments

polgard's picture

I had the same problem, and the only way I found a way to do this was to set the div class closest to the image with the following css:

.field-item {
display: inline-block;
padding-right: 5px;
}

This was in /sites/all/modules/panels/plugins/layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.css as this was the layout I was using. I assume that one problem with this may be that other objects with div: field-item may also be affected, but this doesn't affect my site.

Panels

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: