Shopify themes, liquid, logos, and UX
I'm having an issue on my website, vibeonwheels.com, where a white line appears at the bottom of the image banner. It seems to be related to the section or a gap between the image and the next section.
I've tried adjusting the CSS, but the line is still there, especially on mobile. Could you please help me fix this? Password is piebre
Solved! Go to the solution
This is an accepted solution.
Hi @macamaca,
I checked and that line is shown by your uploaded image.
So you have 2 ways to solve it:
1: Re-upload image.
2: Please go to Actions > Edit code > Assets > section-image-banner.css file and paste this at the bottom of the file:
.banner__media {
height: calc(100% + 2px);
}
Can you please provide the store front password because currently its protected.
Thanks
Password is piebre
.banner__media.media.scroll-trigger.animate--fade-in img {
height: calc( 100% + 2px );
}
I did but it didn't work
is it wrong path?
@macamaca , its maybe overright this css
can you please try with
.banner__media.media.scroll-trigger.animate--fade-in img {
height: calc( 100% + 2px ) !important;
}
Hello @macamaca
Please provide password also
My password is piebre
You can follow the steps below to fix this:
On your code editor, open section-image-banner.css.
Go to line 162 and replace it with the following:
height: calc(100% + 2px);
Save the file. This should solve it.
Sorry it didn't work
This is an accepted solution.
Hi @macamaca,
I checked and that line is shown by your uploaded image.
So you have 2 ways to solve it:
1: Re-upload image.
2: Please go to Actions > Edit code > Assets > section-image-banner.css file and paste this at the bottom of the file:
.banner__media {
height: calc(100% + 2px);
}
2nd solution perfectly worked!! Thank you 🙂
Hi @macamaca,
If you have any questions, you can contact me directly.
Happy to help you 😊
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024