center links of main menu?

Posted in: Newsmag
Post count: 32

Is there a way to center the links of the main menu? (site: http://n4s.us )

Also, when it comes to customizing the css, what is the best practice to avoid the default style from appearing and then changing to the custom style as it loads? That tends to be very apparent at times.

Thanks,

Chris

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/jfv6yYNEM

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

That delay appear because the css from theme panel loads after the main css of the theme, loaded from style.css file. To avoid that delay try to insert the css directly in style.css: http://screencast.com/t/kOQTD07V

Thanks!

Post count: 32

Perfect – thank you!

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