Custom Logo – How to remove max-width?
-
After update to Storefront 2.3.5 my logo is much smaller than before.
This is because of max-width: 210px.
Where can I remove max-width?
Before update, I used this code in customs CSS, now it is not working anymore because of max-width of 210 px:
@media screen and (min-width: 768px) {
.site-header .custom-logo-link {
width: 170%;}
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom Logo – How to remove max-width?’ is closed to new replies.