hi,
Can the logo shrink in tablet/ipad mode so it doesn’t overlap the menu items?
cheers
Sinead
Hi Sinead!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) {
.logo img {
max-width: 60%!important;
margin-top: 20px!important;
}}
Best regards,
Yigit
great. thanks yigit!