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.

center masonry filter on fullwidth row?

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

I can't seem to find a combination of selectors for #filters-106 that will make that masonry filter move.

dev link
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Hi

Try

.zt-filter-list.btn {
display: block;
}

zt-filter-list.btn ul {
text-align: center;
}

.zt-filter-list ul li {

float: none !important;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If you have another filter you would need to add the module id first

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