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.

new lifestyle fluid

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

How do I make the new lifestyle using the bootstrap fluid layout? I need full width at all screens, meaning up to 4000px.
  • ubunti's Avatar
  • ubunti
  • LIfetime Developer - Big Bamboo
  • 371 posts
  • Karma: -3
The administrator has disabled public write access.
Hi,

You would need to reset the max-width on the container and then adjust the 100% width to whatever you want it to be (you would probably want to use some media queries to change the value for different devices)
.zen-container {
max-width: inherit;
width: 90%;
}

Regards,

Rob
  • Robert Went's Avatar
  • Robert Went
  • Moderator
  • 2210 posts
  • 196 Thanks
  • Karma: 90
The administrator has disabled public write access.

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

Happy Campers