When I post second article to home page acquia marina will leave several inches of open space between articles. I've used Acquia Marina drupal 6.x and never had this problem.

Here's what it looks like:

Article 1

fdsafsda
sdfsfa

read more

Article 2
dfs fdsa f efa agrrg

read more

Thanks for your time.

Comments

lxm’s picture

I left about three inches of blank space in each article but the editor removed them. That's what I wish acquia marina would do.

esmerel’s picture

Status: Active » Postponed (maintainer needs more info)

Are you using just the standard river of news? I haven't seen this problem on my 7.x installation, my articles follow one after the other.

Can you give us a link to your site so we can see?

lxm’s picture

Here's the site: tvuniversity.org

There are two articles on the front page. In IE only one shows up. In Chrome two show up but there is too much space and it overlaps the lower sections of the page. Firefox shows the excess space as well.

I've been playing around with some other themes, so I may not have all the helper modules turned on for acquia marina, but it doesn't seem to matter.

As far as I know I haven't done anything fancy. Just a straight drupal 7 install and then the themes and the modules needed for them.

Thanks for your time.

esmerel’s picture

My guess is that this is the culprit:

element.style {
height: 424px;
overflow: visible;
}

This is embedded directly into your HTML

<div class="content" style="height: 424px; overflow-x: visible; overflow-y: visible; ">
 

I don't know what's putting it in there, maybe some javascript or something else? It's not something the theme should be putting in there; all of Marina's styling is in the css files.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Fixed
sheena_d’s picture

That style is added because the "equal heights" skin is applied to the main content block. Remove that skin and it should fix the issue.

lxm’s picture

I disabled the equal heights skin and the extra space has gone away. As far as I know I never turned on this skin to begin with. I looked at the fusion accelerator but I don't think I changed anything.

Anyway, thank you all for your help.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.