Hi,
is there a possibility to enlarge the logo in mobile view? Thank you.
Kind regards, Tom
Hey Tom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
@media only screen and (max-width: 767px) {
.responsive #header_main .container, .responsive .logo { height: 120px !important; }
.responsive .logo a, .responsive .logo img { height: auto !important; max-height: 100% !important; }}
Regards,
Yigit
Thank you for the amazing support!