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.

How to fluidise the grid?

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

Hi,

how do I make the grid fluid? I only found breakpoints but no fluid option. I need the grid to fill always 100% of the browser width with no outer margin or padding so my map module can span 100% browser width.
  • ubunti's Avatar
  • ubunti
  • LIfetime Developer - Big Bamboo
  • 371 posts
  • Karma: -3
Last Edit: 9 years 4 months ago by ubunti.
The administrator has disabled public write access.
Xero is designed with padding either side so you would have to make an adjustment with some css for this.

It's easy enough to change though for a specific row or for all:

if its in the banner add:

#bannerwrap .zen-container {max-width:100%;width:100%}

#bannerwrap .zen-row {margin:0}

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Actually just thought of a way to add this into the template. Will look at doing that so you can toggle fullwidth for selected rows.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
brilliant, thanks!
  • ubunti's Avatar
  • ubunti
  • LIfetime Developer - Big Bamboo
  • 371 posts
  • Karma: -3
The administrator has disabled public write access.
Thanks for the feedback

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