Is there a way for me to find out the exact measurements of the collection Banner Image?
Somewhere in the code perhaps?
I’ve tried all the recommended sizes, but it still gets cut off in the worst areas.
website URL: www.comvita.com.ph (Debut Theme)
Is there a way for me to find out the exact measurements of the collection Banner Image?
Somewhere in the code perhaps?
I’ve tried all the recommended sizes, but it still gets cut off in the worst areas.
website URL: www.comvita.com.ph (Debut Theme)
@dfmkt20
hii,
its collection banner size 1663px by 676px so please create collection banner this size
Thanks for the reply @oscprofessional , however it still gets cut off on mobile, is there a way to resolve this issue?
It looks okay on Desktop, but bad on Mobile
@dfmkt20 ,
@media only screen and (max-width: 749px)
.slideshow__text-wrap.slideshow__text-wrap--mobile {
top: 0.9rem;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
@oscprofessional Still doesn’t work. unfortunately ![]()
@dfmkt20 ,
Pls share the exact URL
@dfmkt20 ,
.collection-hero__image.ratio-container.js.lazyloaded {
background-size: 100%;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid