Top Menu align center

Posted in: Newspaper
Post count: 6

Hi,

I need to align center Top Menu in Top Bar, the menu-top-container,
how can I do?

Thanks and regards

Post count: 23312

Hello paolocirillo,

Sorry but the theme does not have any such an option that allows you to do this, sorry!

Thanks for your understanding!

Post count: 6

Hello Catalin,

the last question, in your opinion with CSS will be possible?

I tried some combinations but unsuccessful.

Thanks!

Post count: 20685

Hi,

Please provide a link to your website and more details about what you want to do with the top menu. We will try to give you a solution.

Thanks

Post count: 6

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!

Post count: 100

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

Post count: 20685

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

Post count: 6

Thanks Simon,
that’s exactly what I needed!

Bye!

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.