Re: Product page moving to the left side creating white border (Mobile)

Solved

Product page moving to the left side creating white border (Mobile)

JesusGomicare
Excursionist
25 0 4

Hi!

 

I've been struggling with removing a white border that appears on my mobile product page. It only happens in mobile.

 

JesusGomicare_0-1721236197174.png

 

Can someone help me with this please

 

Here's the link https://gomicare.es/products/beauty-bloom?selling_plan=689965924675&variant=48021690515779

 

Thanks

 

Accepted Solution (1)

MaverickStudio
Shopify Partner
101 32 34

This is an accepted solution.

Hey @JesusGomicare ,

This took way longer than expected. There is a pesky little h1 with width of 120% instead of 100 which made the site have that white space to the right. 

Here is the fix!

Step 1: Go to Online Store > Theme > Edit code > find  base.css file and add the following

.rich-text__heading.rte.inline-richtext.h1 {
	width: 100% !important;
}

 Screenshot 2024-07-18 095148.png

♥ 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 34

This is an accepted solution.

Hey @JesusGomicare ,

This took way longer than expected. There is a pesky little h1 with width of 120% instead of 100 which made the site have that white space to the right. 

Here is the fix!

Step 1: Go to Online Store > Theme > Edit code > find  base.css file and add the following

.rich-text__heading.rte.inline-richtext.h1 {
	width: 100% !important;
}

 Screenshot 2024-07-18 095148.png

♥ 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

JesusGomicare
Excursionist
25 0 4

Thanks! That worked perfectly!

MaverickStudio
Shopify Partner
101 32 34

You're welcome, mate 🙂

♥ 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