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.

Category filter wraping problem

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

Hello!

joomla 2.5
Lifestyle template
new.mkmed.ru/about-clinic/doctors

In Zentools module there are many categories, and category filter buttons wrapped to next line and partialy overlaps the first line,

How can I solve this?

Thank you!
Attachments:
  • corvex's Avatar
  • corvex
  • 6 Month Developer
  • 17 posts
  • Karma: 0
The administrator has disabled public write access.
Hi there,

Not too much that can be done regarding that unfortunately.

You can reduce the margin a little but I think you are limited by the length and number of items that you have there on the page.

In the css/theme.css file you can add:

ul#filters li {margin:0} and that will reduce the margin to 0.

You can try also reducing the font-size as well in the same rule but basically with that number of items and the length of the items it will wrap.

Thanks Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Wraping is not a problem. Can I avoid overlaping of wraped buttons?

Can I increase vertical margin?

Thank you!
  • corvex's Avatar
  • corvex
  • 6 Month Developer
  • 17 posts
  • Karma: 0
The administrator has disabled public write access.
Ah ok sorry I understand now.

Add margin-bottom:10px to the filter ul li.

eg
ul#filters li {margin:0 0 10px 0} 
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Where should I place this?
  • corvex's Avatar
  • corvex
  • 6 Month Developer
  • 17 posts
  • Karma: 0
The administrator has disabled public write access.
Just in the css/theme.css file as described above :)

Let us know if that fixes it.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

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

Happy Campers