Hi,
I have a problem described here => http://drupal.org/node/1116696, that only turns up when I use the Bluemasters theme, but not others such as Bartik, acquia Prosper/Slate, etc.
It involves the layout of the overview page of galleries created using the media gallery module. You can normally set the number of columns & rows for the main overview page & of that of content on the individual gallery pages. The latter works, but on the all galleries overview page, it seems you just get one long column of galleries thumbnails, which does not look good.
Is there any way out of this?
[Gonna pm you a link]
Regards.

Comments

gtsopour’s picture

Assigned: Unassigned » gtsopour

Hello Kon Tiki, have you updated you theme to Bluemaster's version 7.x-1.1? Also, i am downloading now the Media Gallery module...

lionheart8’s picture

Hi
Thank you for the quick response.
Yes, I'm using BlueMasters 7.x-1.1. I did not note I selected the wrong version when creating the post.
Regards

gtsopour’s picture

Try to comment the line 88 of style.css and please tell me the result.

/*.node { clear:both; }*/
lionheart8’s picture

Hi
It seems to do the trick. Will report back in case there some side effects. ;)
Many thanks & regards.

gtsopour’s picture

Status: Active » Closed (fixed)
gtsopour’s picture

Title: Problems with layout » Problems with layout caused form "clear:both" at node class (style.css)
Version: 7.x-1.x-dev » 7.x-1.1
Component: User interface » Code
Issue tags: +Bluemasters theme, +bluemasters

This definition .node { clear:both; } is incorrect and concerned essentially another class, ".node-teaser". That's why this was corrected and was given the correct style from .psd.

Removed

.node { clear:both; }

Added

/*
* Taxonomy - Feed Pages
* .node-teaser
*/
.node-teaser { display:block; margin:0 0 25px 0; padding:0 0 5px 0; border-bottom:1px dotted #84A1AF; }

Finally lionheart8, i checked this new change with Media Gallery and had no conflict.
Thanks again lionheart8 for your mention.

This change will be included in next Bluemasters version 7.x-1.2

/George