End of Support for Joomla 3 - Forum closed
[SOLVED] Mainmenu zentriert
- info@webmediacontent.com
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 0
Hallo
Ich möchte gerne das Mainmenu zentriert angezeigt bekommen. Kann ich das irgendwo einstellen?
Gruss Adrian
Ich möchte gerne das Mainmenu zentriert angezeigt bekommen. Kann ich das irgendwo einstellen?
Gruss Adrian
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo wie bereits erwähnt geht das nur mit CSS.
Fügen sie folgenden CSS code in die css/custom.css ein
www.joomlaplates.com/support/documentation/custom-css-in-joomla
PS. Das Suchmodule muss dann natürlich ausgeblendet werden!
Fügen sie folgenden CSS code in die css/custom.css ein
www.joomlaplates.com/support/documentation/custom-css-in-joomla
.uk-dropdown .uk-nav {
text-align: left;
}
.jp-menu-outer {
float:none;
text-align:center;
}
.uk-navbar-nav {
display: inline-block!important;
float: none!important;
text-align: center!important;
}
PS. Das Suchmodule muss dann natürlich ausgeblendet werden!
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:7 years 1 month ago
by joomlaplates
Last edit: 7 years 1 month ago by joomlaplates.
Please Log in or Create an account to join the conversation.
- info@webmediacontent.com
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 0
Hallo
Danke für den Code. Hat so aber keine Änderung ergeben. kann momentan leider keinen Link angeben.
Danke für den Code. Hat so aber keine Änderung ergeben. kann momentan leider keinen Link angeben.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Sollte aber gehen!
Wenn die Seite online ist, senden sie mir eine Mail und ich schaue mir das dann mal an.
Wenn die Seite online ist, senden sie mir eine Mail und ich schaue mir das dann mal an.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- info@webmediacontent.com
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 0
Hallo
Ich habe dies nun nochmals woanders testen können. Soweit funktioniert der Code auch und das Menu wird zentriert.
Das Problem ist nun aber die mobile Ansicht. Da werden dann beide Menu (Bobile und Desktop) angezeigt)
Verursacht wird dies wohl durch
Hier mal der Link
Wäre super wenn das noch funktionieren würde.
Danke schon mal für die Hilfe.
Adrian
Ich habe dies nun nochmals woanders testen können. Soweit funktioniert der Code auch und das Menu wird zentriert.
Das Problem ist nun aber die mobile Ansicht. Da werden dann beide Menu (Bobile und Desktop) angezeigt)
Verursacht wird dies wohl durch
Code:
display: inline-block!important; */
Hier mal der Link
Wäre super wenn das noch funktionieren würde.
Danke schon mal für die Hilfe.
Adrian
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo,
entfernen sie bitte das "important"
entfernen sie bitte das "important"
display: inline-block
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates