I added an image as an asset and added it to my header.liquid
code is
how can i make it so this image scales to mobile, currently its off the screen to the right
site is : toolnmore.myshopify.com
I added an image as an asset and added it to my header.liquid
code is
how can i make it so this image scales to mobile, currently its off the screen to the right
site is : toolnmore.myshopify.com
Hello @MNStizzy Can You Show your image for this type
If Yes so please add CSS Go to online store > theme > edit code > assets > base.css
@media screen and (max-width: 768px) {
.responsive-image {
left: 35% !important;
}
}