I have two logo for my website. I was able to edit the code to make them larger on desktop but I can’t figure out how to resize them on mobile. Can someone help me please? I am using the craft theme.
Desktop
Mobile
I have two logo for my website. I was able to edit the code to make them larger on desktop but I can’t figure out how to resize them on mobile. Can someone help me please? I am using the craft theme.
Desktop
Mobile
Could you send me your store URL and protected-password so I can check?
Hello @neverlandgarden
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-image-banner.css
@media screen and (max-width: 749px) {
.banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media, {
height: 50rem;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks