small lines on two banners that need fixing?

Solved

small lines on two banners that need fixing?

jeffreym
Explorer
73 2 12

I have had this issue before and someone fixed it though was for another banner, now on both pages 'contact us' & 'FAQS' the banners have a small white line on either side of the that I would like to be removed and the banner extended. Is there a simple way to fix this through css?

url: hygiadental.com

pw: melek

Thankyou in advanced!Screenshot 2024-09-02 at 5.17.10 PM.png

Accepted Solution (1)

jeffreym
Explorer
73 2 12

This is an accepted solution.

I have solved the mystery my self:
1. Inspect the image on your store page & copy the text  

Screenshot 2024-09-03 at 9.48.46 AM.png

 2. Copy and replace your own section id into this code.

<style>
#shopify-section-template--17351684489316__image_banner_4rEznc { margin-right: -10px; }
#shopify-section-template--17351684489316__image_banner_4rEznc { margin-left: -10px; }

</style>


3. Change the margin to your needs and paste it in the bottom of theme.liquid.

 

 

 

View solution in original post

Replies 4 (4)

Huptech-Web
Shopify Partner
908 186 189

Hi @jeffreym 
I have tried to open the URL but it is not working & showing the below 👇 error and redirected to http://au.hygiadental.com/ Can you provide the working URL so I can check it?

HuptechWeb_0-1725262425263.png

Thank you

D.P.

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required

Sangeetanahar
Excursionist
323 21 49

hello @jeffreym 

your URL not opening.

thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

Made4uo-Ribe
Shopify Partner
7661 1842 2256

Hi @jeffreym 

The shared URL is unreachable. Please check and provide a correct one.

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

jeffreym
Explorer
73 2 12

This is an accepted solution.

I have solved the mystery my self:
1. Inspect the image on your store page & copy the text  

Screenshot 2024-09-03 at 9.48.46 AM.png

 2. Copy and replace your own section id into this code.

<style>
#shopify-section-template--17351684489316__image_banner_4rEznc { margin-right: -10px; }
#shopify-section-template--17351684489316__image_banner_4rEznc { margin-left: -10px; }

</style>


3. Change the margin to your needs and paste it in the bottom of theme.liquid.