Hey there,
I use this css for making the Logo smaller in mobile format.
There it workes perfect, but on portrait tablet format, the logo is still too big.
How can I also change toe Logo size in Tablet?
I tried to change the max width, but then, it cuts half of the logo away in tablet.
thanks for your help!
`
@media only screen and (max-width: 767px) {
.logo, .logo a, .logo img {
max-width: 120px!important; }
.responsive .mobile_slide_out .logo img {
margin-left: -30px!important; }}
Hey Monika,
Thanks for your patience and the link to your site please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (min-width: 768px) and (max-width: 989px){
#header_main .logo svg {
width: 120px;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike