Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Single Article layout issue

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Small question, regarding styling. For some reason I have quite a large white space between article image, print/mail icon and actual article content:

Checking CSS, it seems both demo templates and mine has same padding-top:90px, but on demo pages an Section.artcile-content is located higher than on my site. What settings can affect that?
Normal spacing:
test.redlinia.com/index.php/joomla/single-article
or demo.joomlabamboo.com/index.php?theme=aug15


For example, here text starts too low, those extra 90px :
places.redlinia.com/vancouver/stanley-park
  • Eugene's Avatar
  • Eugene
  • 12 Month basic
  • 70 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Sorry I don't know the answer to this one at the moment

I'll check with a developer on monday - I'll leave the other thread on the same topic open
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thank you Paul! Digging around I found that demo/Quickinstall package has
#midCol > main > div > article > aside section Aside has class .clearfix, which include float:left declaration, (this class referenced to mod_zentools2 and coresponding css),
zoom: 1;
clear: both;
float: left;
width: 100%


but in mine template .clearfix class only has declaration
clear:both, missing others lines? Any idea why?
. if I added it, I can see normal layout without much white space.

So I added the following into custom css:
#midCol .clearfix {
zoom: 1;
clear: both;
float: left;
width: 100%;}
and it seems to be ok, but just curious how to resolve wihtout adding to custom css?
Cheers!
  • Eugene's Avatar
  • Eugene
  • 12 Month basic
  • 70 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Yes I'm going to ask the developers on Monday on your other thread on the same question

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers