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.

I want to close up the space below the Logo

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

Thanks_for_your_help.jpg

Hi !



Could help me delete all the space below the logo?

When I was looking at the code (see attached) I see 5 !! of these divs

<div id="ckimgrsz" style="left: 0px; top: 0px;"><div class="preview"> </div></div>

Is this causing all the space below the logo?

Thanks!
Judy
  • Judy ONeill's Avatar
  • Judy ONeill
  • 3 Month Basic
  • 28 posts
  • Karma: 0
Last Edit: 9 years 3 months ago by Judy ONeill. Reason: attachment
The administrator has disabled public write access.
Hi Judy,

Do you have a link?

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

newramblerreview.com/

Thanks,
Judy
  • Judy ONeill's Avatar
  • Judy ONeill
  • 3 Month Basic
  • 28 posts
  • Karma: 0
The administrator has disabled public write access.
I cannot change the style of the Horizontal Rule (light grey) that appears in between each book listing.

This is the code that I added to my custom.css file BUT, it added a second rule directly above the grey rule:


.zentools li .zenitem, .zentools.accordion .zentools.list ul li
{
list-style-type: none;
border-bottom: 7px double #162e4d;
float: left;
width: 100%;
line-height: 1.8;
margin: 0;
padding: 20px 0;
}


Judy
  • Judy ONeill's Avatar
  • Judy ONeill
  • 3 Month Basic
  • 28 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Judy,

Space wise that is correct all those divs are adding the extra space

I'll add a pic with them removed in the browser
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 9 years 3 months ago by manh.
The administrator has disabled public write access.
rambler.jpg


This is site as it would look with those divs removed from the custom html module

cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Here is what I found in the module:

<div id="ckimgrsz" style="left: 0px; top: 0px;"><div class="preview"> </div></div><div id="ckimgrsz" style="left: 0px; top: 0px;"><div class="preview"> </div></div><div id="ckimgrsz" style="left: 0px; top: 0px;"><div class="preview"> </div></div><div id="ckimgrsz" style="left: 0px; top: 0px;"><div class="preview"> </div></div><div id="ckimgrsz" style="left: 0px; top: 0px;"><div class="preview"> </div></div>

I'll be sure to remove them - - Seems they are being added each time I access the module.

Also, I would still like to close up the space more, how do I do that?

Thanks,
Judy
  • Judy ONeill's Avatar
  • Judy ONeill
  • 3 Month Basic
  • 28 posts
  • Karma: 0
Last Edit: 9 years 3 months ago by Judy ONeill. Reason: One more thing
The administrator has disabled public write access.
Are we looking at this rule?

.zentools.list ul li {border-bottom: 1px solid #ddd;}

if so you need to target it as body .zentools.list ul li {your style etc}

Adding body could be any tag or div - it just needs to be more specific than the zentools style above

This is a global style so you also target it via the module ID or use a page class

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Not sure where that is coming from I'm afraid

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

I really appreciate your help.

Best,
Judy :)
  • Judy ONeill's Avatar
  • Judy ONeill
  • 3 Month Basic
  • 28 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

Good luck with the site

Cheers
Paul
  • 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