Tagged: enfold, Responsive Design
Hello,
Just wanted to let you fine folks know we sorted a CSS fix for this issue: https://kriesi.at/support/topic/enfold-replacing-logo-for-devices-smaller-than-1280-pixels-wide/
By adding the following CSS (along with a number of other @media queries) , we avoided having to add a new script:
@media only screen and (max-width: 767px) {
.logo {
width: 270px;
margin-top: 20px;
}
.logo img{
position:absolute;
clip:rect(0px,152px,60px,0px);
}
}
Cheers!
Seth