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.

Module structural classes

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

Hello,
I don’t understand how to use the top offset classes (eg. top25).

I would like to have some space between modules in Grid6.
See the modules on the right column here : www.vivreauqatar.com/testjoomla/.

I tried to add this in custom.css:

.home #grid6 {
margin-top: 25px;
margin-bottom: 25px;
}

but problem is : I have more than 1 module in the same position.

Is there a way to achieve this ?
Thank you,
Beatrice

(Joomla 3.3.3)
  • Beatrice's Avatar
  • Beatrice
  • 3 Month Basic
  • 11 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Beatrice,

What is your module class? as the source code looks like this

moduletable primary1 shadow2 top500 {margin-top: 500px}

I'd suggest adding a class to the top module and a margin bottom that is applicable to all the modules

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,
Now I removed any structural class for the Grid6 modules, as I don't see any effect on them.
I added the to custom.css :
.home #grid6 {
margin-bottom: 25px;
}
But I believe it applies only to the lowest module, I still don't have any space between the modules.
Thanks for your help.
Béatrice
  • Beatrice's Avatar
  • Beatrice
  • 3 Month Basic
  • 11 posts
  • Karma: 0
The administrator has disabled public write access.
Instead try

#grid6 .moduletable {margin-bottom:25px}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Beatrice
Alright ! Perfect, thank you !
  • Beatrice's Avatar
  • Beatrice
  • 3 Month Basic
  • 11 posts
  • Karma: 0
The administrator has disabled public write access.
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