Hello
I am using dawn theme and I want to use a separate image on my mobile site. I am using two images together for my desktop image banner and I just want to use the first image on its on for mobile. Please advise.
Thanks
Hello
I am using dawn theme and I want to use a separate image on my mobile site. I am using two images together for my desktop image banner and I just want to use the first image on its on for mobile. Please advise.
Thanks
my website is www.wearegoodimpression.com and the password is oblong
Hi @Goodimpression , can you share your store url?
password is oblong
@Goodimpression , go to section-image-banner.css and add the following code:
@media (max-width:768px){
.banner__media+.banner__media{
width:100%!important;
}
}
Result:
amazing thank you - would you also be able to tell me if i could remove the image from the image with banner section on the mobile version but keep it on the desktop? thanks