Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Logo on Mobile is not aligned properly › Reply To: Logo on Mobile is not aligned properly
July 3, 2013 at 2:32 pm
#1045
livemesh
Keymaster
For your requirements, ignore the above code and, just do the following since you have already set the logo size right through the theme options setting provided –
@media only screen and (max-width: 479px) { #header-logo, #site-title a { width: 200px !important; height: 100px; background-size: 200px !important;} /* Reduce size for smartphones only */ }
Made this change on your site, checked on my iPhone and looks fine.