Reply To: Logo on phone disappear and probleme with center primary-menu and logo

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support Logo on phone disappear and probleme with center primary-menu and logo Reply To: Logo on phone disappear and probleme with center primary-menu and logo

#2252
livemesh
Keymaster

I am so glad you chose our theme. Thanks!

For logo on high resolution displays like iPhone/iPad, pls set the retina logo in the “Site Logo” of theme options panel.

To center the logo/menu- here is my quick CSS to insert the following into Custom CSS panel in theme options panel –

#site-logo {
display: block;
float: none;
margin: 0 auto;
text-align: center;
width: 172px;
}
#primary-menu {
float: none;
margin: 0 auto;
text-align: center;
display: block;
top: 10px;
}