Closed (fixed)
Project:
Acquia Marina
Version:
7.x-2.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 May 2012 at 15:05 UTC
Updated:
25 May 2012 at 23:20 UTC
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
Comment #1
lxm commentedI left about three inches of blank space in each article but the editor removed them. That's what I wish acquia marina would do.
Comment #2
esmerel commentedAre 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?
Comment #3
lxm commentedHere'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.
Comment #4
esmerel commentedMy guess is that this is the culprit:
element.style {
height: 424px;
overflow: visible;
}
This is embedded directly into your HTML
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.
Comment #5
esmerel commentedComment #6
sheena_d commentedThat style is added because the "equal heights" skin is applied to the main content block. Remove that skin and it should fix the issue.
Comment #7
lxm commentedI 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.