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.

width on mobile comtent

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

Hi Bamboo's

the new page is constantly getting better!

I would like to widen the content on mobile devices as much as possible like shown on the screen shot

screen-mobile-width.jpg


www.dieter.neu23.de/seriendarsteller/soko-koeln.html

@media (min-width: 220px) and (max-width: 760px) {
#zen-container {
width: 100%!important;
}

I tried several media queries, but havent found the right one

what would you suggest for the desired result?

best sebbie
  • Sebbie's Avatar
  • Sebbie
  • 12 Month Developer
  • 131 posts
  • 6 Thanks
  • Karma: 4
The administrator has disabled public write access.
Hi Sebbie,

Actually there is a setting for this in the responsive settings int he template. You can set the max width in % for desktop, tablet and phone there.
Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Yeah, I tried that before - of course. But it seems as if that settings are not changing the width of the content area

best sebbie
  • Sebbie's Avatar
  • Sebbie
  • 12 Month Developer
  • 131 posts
  • 6 Thanks
  • Karma: 4
The administrator has disabled public write access.
Hi Sebbie,

Could you attach a screenshot of your settings?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
here we go

screen-settings-template-width.jpg


best sebbie
  • Sebbie's Avatar
  • Sebbie
  • 12 Month Developer
  • 131 posts
  • 6 Thanks
  • Karma: 4
The administrator has disabled public write access.
Hi Sebbie,

If you add these lines does it work as expected?

@media screen and (max-width: 840px){
.responsive-enabled .zen-container {max-width: 80%;}
}

@media screen and (max-width: 620px) {
.responsive-enabled .zen-container {max-width: 70%;}
}

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