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.

Maintain 3 columns on ipad

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

Hi Paul,

There is enough room to maintain 3 columns in 2 homepage grids (zentools2) on the ipad but the third column always wraps. I tried this for the first one but it doesn't work:

@media (max-width: 1200px) and (min-width: 767px){ #zentools-94 [grid-col~='1/3']:not(.zt-no-collapse):nth-child(2n+1) {clear: none; } }

Here's the site: pinatel721.com/massage/

Any help is appreciated.

Joanne
  • joanne721's Avatar
  • joanne721
  • 6 Month Developer
  • 285 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Joanne,

@media (max-width: 1200px) and (min-width: 787px){
#zentools-95 [grid-col~='1/3'] {
width: 30%;
}
}

@media (max-width: 1200px) and (min-width: 787px){
#zentools-95 [grid-col~='1/3']:not(.zt-no-collapse):nth-child(2n+1) {
clear: none;
}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Try adding these

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks! That worked.

J
  • joanne721's Avatar
  • joanne721
  • 6 Month Developer
  • 285 posts
  • Karma: 0
The administrator has disabled public write access.
Cool

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