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.

Zenkit grid 3 responsive?

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

Hello. I am using Grid 3, and have installed zenkit. I have a column of 3 categories and am wondering how I can make them responsive - currently the photos and text simply shrink, it would be better to have them drop down to another line. Is this possible?
  • pyzote's Avatar
  • pyzote
  • 3 Month Basic
  • 49 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
Do you have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
  • pyzote's Avatar
  • pyzote
  • 3 Month Basic
  • 49 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
Without customising the extension php I don't think this is possible to get it dropping down to 2 without a fair bit of work

With css you might find it easier to get it to drop to one
I'd try this and see how it goes you may need to adjust or add to it once you test in different browsers

@media only screen and (max-width: 780px){
.subCategoryContainer {width: 100% !important;margin: 0 0 3em;}
.subCategoryContainer h3, div.subCategory a {float:left; width: 100%;}

}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I should also mention - the default behaviour is responsive - it adapts as screen widths change - I would consider also changing from 3 in a line to 2 on all widths

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