Can you provide me with some quick css to make the logo and header smaller on my iPad in landscape mode only please. Thank you!
Hey djshortkut,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.logo img {
max-width:80% !important;
}
}
Best regards,
Rikard
Thanks Rikard! You can close this ticket.