End of Support for Joomla 3 - Forum closed
Main menu in center position
- YODAstudio
- Offline Topic Author
- Senior Boarder
- Posts: 52
- Thank you received: 2
Hello there!
Is it possible to place the main menu in the center position instead of the left side?
Thanks
Is it possible to place the main menu in the center position instead of the left side?
Thanks
Do. Or do not. There is no try.
by YODAstudio
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there, possible with a css code.
But the menu is not in center then, because the logo is on the left side!
But the menu is not in center then, because the logo is on the left side!
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- YODAstudio
- Offline Topic Author
- Senior Boarder
- Posts: 52
- Thank you received: 2
I know, in fact I was thinking about placing the logo inside the slider image. And since I don't need the search box, menu should be the only element in that block.
Do. Or do not. There is no try.
by YODAstudio
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Add this css code to your css/custom.css
.menu-inner {
float: none;
text-align: center;
}
.uk-navbar-nav {
display: inline-block!important;
float: none!important;
text-align: center!important;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: YODAstudio
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates