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.

Left Hand module Spacing

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

Hi guys

www.ruthcookpersonaltraining.co.uk/

Trying to get some space between left hand menu and custom contact mod published to left hand mod.

Is it in theme.css
/* Left and right Sub menus */ have tried changing settings but can not seem to find right place.

many thanks pete
  • Peter haken's Avatar
  • Peter haken
  • 6 Month Developer
  • 324 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Pete,

Either give the custom module a css class and add some padding to the top, or add some margin to the bottom of the menu, like this:

.moduletable_menu {margin-bottom:30px}
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
many thanks

just to let others know...

I pasted this piece of code at the bottom of the theme.css .moduletable_menu {margin-bottom:30px}

then in module class suffix make sure you have _menu

heh presto all sorted thanks Seth
  • Peter haken's Avatar
  • Peter haken
  • 6 Month Developer
  • 324 posts
  • Karma: 0
The administrator has disabled public write access.
No problem Peter.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.

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

Happy Campers