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.

Full widht gallery position

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

Hello.
I have a gallery that I would like to use in the “above“ or “abovecontent” position using the full widht of the screen, if I position the same gallery in a position below the maincontent it uses the full widht.
Can you help to to solve this?
  • EDUARDO SANCHEZ's Avatar
  • EDUARDO SANCHEZ
  • 6 Month Developer
  • 7 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Out of the box template wise this isn't possible as the above / above content don't have this setting

So you would need to use custom css - are you familiar with how to add custom css to the template?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Looking at the demo site you would need to add something like

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

#abovewrap .zen-spotlight {
padding: 0;
}

#abovewrap .fullwidth .zen-row, #abovewrap .zen-row {
margin: 0;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
It worked perfectly, thank you very much.
  • EDUARDO SANCHEZ's Avatar
  • EDUARDO SANCHEZ
  • 6 Month Developer
  • 7 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

Good luck with the site

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