Hi there,
My image with text overlay works great on the desktop version with no issues. The image is fixed in place as you scroll.
However when on mobile the text and image are completely cut off.
is there anything I can do to stop that from happening on mobile? I got in touch with the theme developers, but they suggested i use the slideshow feature- which is not what I want. It really takes away from how my website feels on desktop.
Any help is much appreciated.
@Minteror
sorry for that issue please share your store url
@KetanKumar
@Zworthkey
Thank you.
The URL is minterior-designs.com
my page is not live yet- the password is eawhah
hii, @Minteror
Kindly share your store URL so,
I can solve your issue.
Thank You.
@Minteror
thanks please try this code
- Go to Online Store->Theme->Edit code
- Asset->/stylesheet.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
@media screen and (max-width: 740px) {
.parallax {min-height: 400px;}
}
hii, @Minteror
Paste this code on top of the stylesheet.scss file.
@media only screen and (max-width: 768px) {
section.parallax-16285533502623850a.parallax.lazyload-fade.lazyloaded {
height: 350px !important;
}
}
Thank You.
Thank you so much. This worked for me 
@Minteror
its my pleasure to help us