Hi there, I want the main logo to be 1.5 times bigger than it is when resized for mobile. How can I do this please? Thank you
Hi leosherlock, Please paste the code given below in custom css. (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard. Code: @media only screen and (max-width: 768px){ .header_wrapper .logo_wrapper .logo img { max-width: 80%; width: 80%; } } Thanks Praveen
Hi leosherlock, Please paste the code given below in custom css. (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard. Code: @media only screen and (max-width: 768px){ .header_wrapper .logo_wrapper .logo img { max-width: 100%; width: 90%; } } Thanks Praveen