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.

Top and main manu on base3

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

Hallo

I try to have the top and main menu align on right, at the template configuration the main menu is on right, but when I look I see a big distance on the right side of the template. I think this place is reserved to the responsive menu. How can eliminate it of the no small screen?

The top menu I try to style the custom.css file like:
.zen-module-body ul.nav { text-align: right; }

or
#top2 ul { text-align: right;}

unfortunatelly never of both work properly, I thing I use the non correct class style, can you advise me the correct form to do this?

This is the URL: relaunch.strandrobbe.de/

Many thanks in advance
Ricardo
  • ricardos's Avatar
  • ricardos
  • LIfetime Developer - Big Bamboo
  • 297 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Ricardo,

Not sure I understand the first bit

Is this thread only about the top menu and it being on the right hand side of the template ?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 9 years 3 months ago by manh.
The administrator has disabled public write access.
I try to align both menus, the top and main menu on right side.

Regards
Ricardo
  • ricardos's Avatar
  • ricardos
  • LIfetime Developer - Big Bamboo
  • 297 posts
  • Karma: 0
The administrator has disabled public write access.
I think if you switch to the top4 position for the top menu it will align correctly for you otherwise add this

#top2 ul {float: right;}
#top2 ul li {float: left;margin: 0;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
With the main menu are you intending to use the off canvas position as that is the width set aside currently in the main menu position

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