1. Koenig-Moennich
  2. Free Templates / Extensions
  3. Wednesday, 10 August 2022
  4.  Subscribe via email
Hi,
I have a problem with the main menu (moomenu) in the "Creative" template. On the template demo page, the position is correct and the menu is 739px by 45px.
Once I map it to my page, it overlaps with the logo and is 1140px by 90px. I could change the size with CSS, but I want to keep the template as original as possible.
On another website of mine the position is perfectly fine.
Who can help me?
References
  1. https://www.joomla51.com/demo/0127/
  2. https://www.gentle-voices-sz.de/index.php/impressum-datenschutz
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Considering the number of menu items you could try adding something like the following to the custom CSS field of your templates....

.hornav > ul {
display: flex;
max-width: 800px;
flex-wrap: wrap;
margin-left: auto;
justify-content: flex-end;
}


Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran, it works! Thank you so much.

Wolle
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!