Hi,
I need to align center Top Menu in Top Bar, the menu-top-container,
how can I do?
Thanks and regards
Hello Catalin,
the last question, in your opinion with CSS will be possible?
I tried some combinations but unsuccessful.
Thanks!
Hi Simion,
this is my website under construction http://fisrabruzzo.it,
i need the link of the pages (ARTISTICO – CORSA – HOCKEY – ALTRE DISCIPLINE) align with the center of the page, such as the Header Menu.
Thanks and regards!
Hello,
You can center the menu items on header style 12 by using this css code in your theme panel-> custom css box:
.sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
}
Hi,
Try something like this – https://www.screencast.com/t/UfiN3Lol
The code must be entered in Theme panel->Custom CSS if you decide to use it
.td-header-style-12 .td-header-sp-top-menu {
float:none;
text-align:center;
}
Thanks
