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.

Suggested formatting improvement for bottom1-bottom4 on Presto

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

The bottom1-bottom4 positions do not seem to be evenly centered within the template. If you put content into all four positions there is a big wide space on the right hand side. It seems that space is wasted space.

As well when you reduce the width of the template it presses the four columns together rather than responding and maybe creating a two column layout first and then a single column layout as the template gets narrower.

I have attached two images.
Attachments:
  • scarney's Avatar
  • scarney
  • LIfetime Developer - Big Bamboo
  • 896 posts
  • 11 Thanks
  • Karma: 1
Last Edit: 9 years 5 months ago by scarney. Reason: adding images using Chrome since Firefox did not work
The administrator has disabled public write access.
Try

adding these

@media screen and (min-width:801px) {
#bottomwrap .span_3 { width: 24.9%;}
}

@media screen and (min-width:620px) and (max-width:800px) {
#bottomwrap .span_3 { width: 50%;}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Better! Thank you very much!
Sean
  • scarney's Avatar
  • scarney
  • LIfetime Developer - Big Bamboo
  • 896 posts
  • 11 Thanks
  • Karma: 1
The administrator has disabled public write access.
No problem

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