Home › Forums › Basel support forum › Logo appearance on mobile and tablets › Reply To: Logo appearance on mobile and tablets
May 2, 2016 at 11:20 am
#891

Artem Temos
Keymaster
Hi there,
Thank you for your question.
To make your logo looks better on mobile devices try to set max width option in Theme Settings -> Header -> Logo to 159 pixels. And also add the following code to the Custom CSS field for mobile and tablets.
.main-header .site-logo img {
padding-top: 7px;
padding-bottom: 7px;
max-width: 100px;
}