Hi
Is there a way to make the logo slightly smaller (in height) only on mobile, without affecting the logo size in other devices?
Please see the page URL in PVT.
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo img {
padding: 10px 0;
}
}
Regards,
Yigit
That worked perfectly.
Is there a way to do the same to all devices? The padding around the logo will look great in all devices I guess.
Many thanks.