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.

Divider Lines Between Modules

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

Hello,

I am trying to re-construct Grid3 template on our site. One quick question.

In the grid4 area there are dividing lines in your template as you can see on the attached photo signed with red arrows:
Dividers.jpg



How can I enable to draw these divider lines on our site: sekans.org/jbgrid3.0/index.php/tr/

Regards,
Ayhan
  • sekans's Avatar
  • sekans
  • 12 Month basic
  • 44 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Ayhan,
Looks like we used markup in the module to do this:

<div style="divider"></div>

If you add that html it will render the lines for you.
Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Hi Anthony,

I couldn't understand where to add that html.


Ayhan
  • sekans's Avatar
  • sekans
  • 12 Month basic
  • 44 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Ayhan

The code needs to go in the module containing the icons, copy and paste it above and below the code you already have in source view.

But you are using zensocial on the site so you could apply a css style option to custom.css

As a start something like:

#socialicons {
border-image: url(../images/horbevel.png) 2;
padding-top: 15px;
border-image-width: 2px;
}

Adjust to suit your requirements. The border image style is only supported by later browser, so check out css3 support if that is important to you.


To use the code Anthony suggests, I think you will need to add to the module above and below the zensocial module. Module above at the bottom of the code, Module below at the top of the code.

Hope that helps
Ian
  • iafdesign's Avatar
  • iafdesign
  • LIfetime Developer - Big Bamboo
  • 393 posts
  • 153 Thanks
  • Karma: 58
The administrator has disabled public write access.
Thanks Ian :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Ian. It worked!
  • sekans's Avatar
  • sekans
  • 12 Month basic
  • 44 posts
  • Karma: 0
The administrator has disabled public write access.
Great, thanks for letting us know.

Cheers Ian
  • iafdesign's Avatar
  • iafdesign
  • LIfetime Developer - Big Bamboo
  • 393 posts
  • 153 Thanks
  • Karma: 58
The administrator has disabled public write access.
Thanks folks :)
  • 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