Shopify themes, liquid, logos, and UX
Hi!
I've been struggling with removing a white border that appears on my mobile product page. It only happens in mobile.
Can someone help me with this please
Here's the link https://gomicare.es/products/beauty-bloom?selling_plan=689965924675&variant=48021690515779
Thanks
Solved! Go to the solution
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;
}
♥ 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
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;
}
♥ 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
Thanks! That worked perfectly!
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025