1px line on home page issue

Solved

1px line on home page issue

jeffreym
Pathfinder
149 3 30

I have this small line on my homepage, I continue to have these on my website I am not sure why. 

Can someone please help me remove it! 

Thankyou in advance guys

url: hygiadental.com

pw: melek

 Screenshot 2024-07-31 at 9.22.42 AM.png

Accepted Solutions (3)

MaverickStudio
Shopify Partner
101 32 35

This is an accepted solution.

Hey @jeffreym,

Give the following code a try. Add it to your base.css

#shopify-section-template--17256407892068__image_banner_miXpMH
	.media {
	background-color: #24aed1 !important;
}

 

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

View solution in original post

Dan-From-Ryviu
Shopify Partner
11349 2224 2397

This is an accepted solution.

Hi @jeffreym 

You can add this code to your Custom CSS in store admin > Sale channels > Online Store > Themes > Customize > Theme settings to solve the issue 

<style>
    #shopify-section-template--17256407892068__image_banner_miXpMH { margin-bottom: -1px; }
</style>

Screenshot 2024-07-31 at 09.45.23.png

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

MaverickStudio
Shopify Partner
101 32 35

This is an accepted solution.

@jeffreym The issue is with the svg image itself which is slightly smaller than the viewbox. So if you look closely the line is present on the left and right side as well. Now this gap is what shows through as the white "line", because the page background is showing through it. By adding the background color we override that issue.

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

View solution in original post

Replies 3 (3)

MaverickStudio
Shopify Partner
101 32 35

This is an accepted solution.

Hey @jeffreym,

Give the following code a try. Add it to your base.css

#shopify-section-template--17256407892068__image_banner_miXpMH
	.media {
	background-color: #24aed1 !important;
}

 

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

MaverickStudio
Shopify Partner
101 32 35

This is an accepted solution.

@jeffreym The issue is with the svg image itself which is slightly smaller than the viewbox. So if you look closely the line is present on the left and right side as well. Now this gap is what shows through as the white "line", because the page background is showing through it. By adding the background color we override that issue.

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

Dan-From-Ryviu
Shopify Partner
11349 2224 2397

This is an accepted solution.

Hi @jeffreym 

You can add this code to your Custom CSS in store admin > Sale channels > Online Store > Themes > Customize > Theme settings to solve the issue 

<style>
    #shopify-section-template--17256407892068__image_banner_miXpMH { margin-bottom: -1px; }
</style>

Screenshot 2024-07-31 at 09.45.23.png

 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.