End of Support for Joomla 3 - Forum closed

[SOLVED] gliechmäßige Menüverteilung + Trennlinien

  • Benno
  • Offline Topic Author
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0

Replied by Benno on topic gliechmäßige Menüverteilung + Trennlinien

Posted 7 years 6 months ago #21391
Ist drin, leider ohne Erfolg

Attachment 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
.....
Last Edit:7 years 6 months ago by Benno

Attachments:

Last edit: 7 years 6 months ago by Benno.

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic gliechmäßige Menüverteilung + Trennlinien

Posted 7 years 6 months ago #21393
Benutzen sie bitte folgenden Code

.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;
}

Please Log in or Create an account to join the conversation.

  • Benno
  • Offline Topic Author
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0

Replied by Benno on topic gliechmäßige Menüverteilung + Trennlinien

Posted 7 years 6 months ago #21400
Danke erstmal, hat soweit funktioniert.

Leider 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
by Benno

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic gliechmäßige Menüverteilung + Trennlinien

Posted 7 years 6 months ago #21406
Entfernen sie das !important, siehe Bild

.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

Last Edit:7 years 6 months ago by joomlaplates

Attachments:

Last edit: 7 years 6 months ago by joomlaplates.
The following user(s) said Thank You: Benno

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic [SOLVED] gliechmäßige Menüverteilung + Trennlinien

Posted 7 years 6 months ago #21442
Problem solved.

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates
Powered by Kunena Forum