Hi,

I try to display more scrollable views per page (call the views with PHP-Snippet).

It works, but the layout of the second, third,... view is bad!

Seems to be a CSS-problem.

I use all the newest versions of drupal and the modules.

Take a look at: http://ecmkompass.pitschek.com/content/homepage

Please support. Thx in advance!

wr
paulap

Comments

Cauliflower’s picture

Hello,

I'll give the 'container' div (one level above the 'scrollable' div) a classname, so you can layout this easily with css. I'll also put a clear-tag at the bottom of this div in order to deal with the floats.

I'll make this changes later this week (after some tests).

If you would have another solution or some suggestions, you can post it here.

greetz,
Wim

paulap’s picture

thx

Yes, this works fine!

wr
Gerald aka paulap

irakli’s picture

paulap,

not related to this issue, but try using http://drupal.org/project/custompage utility function (custompage_view_tile) for inserting a view display in a page, instead of PHP snippet. You may like it. A little more secure and cleaner.