End of Support for Joomla 3 - Forum closed

Main menu in center position

Main menu in center position was created by YODAstudio

Posted 7 years 10 months ago #20575
Hello there!
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.

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

Replied by joomlaplates on topic Main menu in center position

Posted 7 years 10 months ago #20577
Hi there, possible with a css code.
But the menu is not in center then, because the logo is on the left side!

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

Replied by YODAstudio on topic Main menu in center position

Posted 7 years 10 months ago #20578
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.

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

Replied by joomlaplates on topic Main menu in center position

Posted 7 years 10 months ago #20586
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;
}

The following user(s) said Thank You: YODAstudio

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

Moderators: joomlaplates
Powered by Kunena Forum