I want to center my menu titles

Posted in: Newspaper
Post count: 100

I have header style 12 for my website, I have my logo on the left and have 2 menu titles next to it. I really want the 2 menu titles to be centered in the middle but I can’t find that option! Can someone help me to center the titles to the middle instead of the left! Thank you!

Post count: 22421

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

Thank you!

Post count: 100

It worked! Thank you for your help! 🙂

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