Header main menu element center align

Posted in: Newspaper
Post count: 12

I’d like to use the header main menu element on one page as a secondary menu, as shown here: https://staging.quadris.co.uk/solutions/

I would like to centre align the menu on this page but can’t work out the CSS to do it.

Please could you advise.
Many thanks

Post count: 35449

Hi,

If you are using the header manager and you have set a header main menu on some page, you can align the menu elements from header main menu settings -> http://prntscr.com/ppz6t0 -> http://prntscr.com/ppz9c3

Thank you!

Post count: 12

I am not doing this. I am using the element called “header main menu” at the top of a page but in the body of the page not in the header section.
I would like to centre align this menu with the body of the page. You can see the menu here: https://staging.quadris.co.uk/solutions/

Post count: 20688

Hi,

So something like this? – https://prnt.sc/pqhrpp This code should do it

.tdb_header_menu .tdb-menu > li {
float: none;
display: inline;
}

It can be entered in the theme panel custom CSS section. I can modify it if needed.

Thanks

Post count: 12

Hi Simion

That is perfect – thanks very much for your help.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.