[SOLVED] gliechmäßige Menüverteilung + Trennlinien
Replied by Benno on topic gliechmäßige Menüverteilung + Trennlinien
Posted 6 years 2 months ago #21391Attachment Custom_CSS_Versuch.jpg not found
Die Untermenüs sind nur alle "Center".
Mir ging es um das Hauptmenü, dass hier alle Haupteinträge in gleichen Abständen über die Menüleiste verteilt sind
.....
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic gliechmäßige Menüverteilung + Trennlinien
Posted 6 years 2 months ago #21393.tm-navbar, .tm-headerbar {
margin:0!important;
padding:0!important;
text-align: center
}
.uk-dropdown .uk-nav {
text-align: left;
}
.uk-navbar-nav {
display: inline-block!important;
float: none!important;
list-style: outside none none;
text-align: center!important;
}
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
Replied by Benno on topic gliechmäßige Menüverteilung + Trennlinien
Posted 6 years 2 months ago #21400Leider kommt jetzt aber in der mobilen Ansicht auch die normale Menüleiste zum Vorschein und nicht nur Main Menu Mobile.
Zudem kurze Frage dazu :
Wie kann ich die Größe des oberen Teils mit dem Logo verkleinern?
Danke vorab
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic gliechmäßige Menüverteilung + Trennlinien
Posted 6 years 2 months ago #21406.tm-navbar, .tm-headerbar {
margin:0!important;
padding:0!important;
text-align: center
}
.uk-dropdown .uk-nav {
text-align: left;
}
.uk-navbar-nav {
display: inline-block;
float: none!important;
list-style: outside none none;
text-align: center!important;
}
Attachment Screenshot_1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-30-31-32-33-34-35-36-37-38-39-40-41-42-43-44-45-46-47-48-49-50-51-52-53-54-55-56-57-58-59-60-61-62-63-64-65-66-67-68-69-70-71.jpg not found
www.joomlaplates.de/dokumentation.html
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic [SOLVED] gliechmäßige Menüverteilung + Trennlinien
Posted 6 years 2 months ago #21442www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.