Ht is possible to center the menu?

Posted in: Newsmag
Post count: 18

Hello! I’m using Newsmag.

I want to center the menu for better items display. It is possible?

Thank you very much!

  • This topic was modified 11 years by juanma99.
Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/d1UCDsOP2g

.sf-menu{
display:table;
margin-right:auto;
margin-left: auto;
}

Result: http://screencast.com/t/62vfeLI9B1

Hope this helps!

Post count: 18

Hi Alin,

thank you for your quick response.

it doesn’t work. Could I try with something else?

Regards

Post count: 7909

Hi,

Please provide your site URL, as I need to inspect this.

Thanks!

Post count: 18

Alin, this is the site: ge2k.com

Thanks in advance!

Post count: 7909

Hi,

Please replace the code from above with this one: http://screencast.com/t/Htzw88ig

.white-menu .sf-menu{
display: table;
margin-right: auto;
margin-left: auto;
}

Thanks!

Post count: 18

Works perfect!

Is there a way to apply this only in normal menu but not in sticky menu?

Again, thank you!

Post count: 7909

Hi,

Please use this custom css: http://screencast.com/t/msttUAx5

.td-header-main-menu.td-affix .sf-menu {
display: block !important;
margin-left: 21px !important;
margin-right: 38px !important;
}

Thanks!

Post count: 18

Amazing! Thank you.

I’m very happy with your theme and your support.

Thanks again.

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