Hi, can anyone help me remove this blank space under the image banner when in mobile view? I’m using two images specifically size for both desktop and one for mobile and not sure how to fix the. website is meltmyheart.nz
Thank you in advance
Hi, can anyone help me remove this blank space under the image banner when in mobile view? I’m using two images specifically size for both desktop and one for mobile and not sure how to fix the. website is meltmyheart.nz
Thank you in advance
Hey @Alexandria2021
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @Alexandria2021
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Please uncheck option ‘Show container on mobile’ of your Image banner settings to solve the issue
Hello @Alexandria2021
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.
@media only screen and (max-width: 768px) {
.banner__content.banner__content--middle-center.page-width.scroll-trigger.animate--slide-in {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks