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.

'.corner' drops module in Zenbase

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

Hi all,
I use Zenbase and noticed that when I select the 'corner' effect for a module (in position sidebar-2), the position of the module drops 2em from the top of the page.
I traced that back to the CSS '.corner' where there is 'margin-top: 2em'.
It would be nice to line everything to the top of the page.
I'll make a change in custom CSS and set the margin-top to '0'.
Two questions:
What is the CSS code to use to do this
Will changing this affect other things?
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Do you have a link for the page on the site in question?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Our old favourite cherries.org.au/
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
It will make the module below close up to the top module

You could add a extra suffix to the first module and use that to remove margin-top on this module only

so it would be something like

.corner.yoursuffix {margin-top:0;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The more I work with your templates, the more I love them.
This worked a treat!
Thanks.
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
No problem - you're welcome

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