Hi Everyone,
I need an urgent help on resizing & repositioning the content on my image banner for mobile. Thank you for your help. (the button size on the 2nd image to be at the bottom)
Hi Everyone,
I need an urgent help on resizing & repositioning the content on my image banner for mobile. Thank you for your help. (the button size on the 2nd image to be at the bottom)
Hi @Mideh
Please share your store URL, page URL, and also password (if your store has one) so we can help you.
Thankyou so much for your assistance.
Also, could you please assist me in reducing the spaces between the banners. I created the content with custom liquids. (e.g Women’s Top). Thank you.
Hi @Mideh to change the image position, you can try to add this code into the bottom of the file
section-image-banner.css
@media(max-width: 749px){
#Banner-template--15457040466101__image_banner .media > img{
object-position: 10% 0%;
}
}
To change the button position
you can try to add this code into the bottom of the file
section-image-banner.css
@media(max-width: 749px){
#Banner-template--15457040466101__1649669312929faea4 .banner__content{
align-items: flex-end;
}
#Banner-template--15457040466101__1649669312929faea4 .banner__box {
padding-bottom: 10px;
}
}
Hi @Mideh
I think you have added wrong position.
Inbox for me more detail, I’ll help you check and fix.