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.

Responsive layout not ok

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

Hi Andre,
I see whats throwing it off now.

In your css you have changed the height of the navbar. There are a few more variables involved other than the height and the margin-bottom so this is why the layout is getting thrown off.

Rather than doing it that way I would reduce the logo size on small screens:

eg @media screen and(max-width:787px) {#logo img {width:100%}}

Remove the height and the other margin you have added and then see if that gets you closer to what you are after.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
I should say change the 787px to whatever value your nav collapses at.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

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

Happy Campers