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.

my zentools math problem...trying to make 4==5

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

At the dev link below, there is a dive with a zt2 module (click 'leadership' in the menu)

On desk/laptop no problem. Five images spans the column. But when it gets to tablet widths, that fifth image wraps to a new row, instead of the staying in a single five-across row.

Is there a solution? (Please don't tell me IPA! Too early.)

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

you will need to adjust the media queries as this is the expected behaviour

Starting from

@media (max-width: 1200px) and (min-width: 787px) {
[grid-col~='1/5'] {
width: 25%;
}

Also perhaps targetting the module ID specifically

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Had the same problem or misunderstanding of zt2. Anthony politely pointed me to

zentools2.joomlabamboo.com/zentools-layout-styles/grid

After I had RTM (or RTFM depending on how well you are brought up!), I applied a fix that worked for me, albeit with 3 images, but same issue I think.

Opened zt2 and set master.css to have breakpoints at 620px for all options. This gave the effect of images resizing across the row until it got to phone, where is stacked. You could adjust to suit other screen widths of course.

Alternatively talking to the monitor, or IPA may help!
Cheers Ian
  • iafdesign's Avatar
  • iafdesign
  • LIfetime Developer - Big Bamboo
  • 393 posts
  • 153 Thanks
  • Karma: 58
The administrator has disabled public write access.
The following user(s) said Thank You: blueshift
ah good point :)

Thanks Ian
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
RTFM...or IPFA.... tough call. :whistle:
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
:)
  • 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