Remove padding to right of my image with text section on particular page

Remove padding to right of my image with text section on particular page

ellacoker
Shopify Partner
189 0 25

Hello,

I need someone to please help me remove padding of this image with text block only in mobile view on my "understanding chakras page" its a little off centre.

Thank you.

URL: https://www.samiyaskincare.com.au/pages/understanding-chakras

Password: ellacoker

Screenshot 2025-02-12 at 10.26.18.png

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
11333 2222 2391

Hi @ellacoker 

Please add this code to theme.liquid file, after <head> 

 

 

{% if page.id == 146413912358 %}
<style>
@media (max-width: 749px) {
   .image-with-text__grid { max-width: 100% !important; }
}
</style>
{% endif %}

 

 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- 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.

ellacoker
Shopify Partner
189 0 25

Thanks Dan, would you be able to help me with my home page image which has a similar issue? there is a thin white line to the left of my image, only in mobile view. please see screenshot! thank you!

URL: https://www.samiyaskincare.com.au/

Password: ellacoker

Screenshot 2025-02-12 at 10.00.39.png

Dan-From-Ryviu
Shopify Partner
11333 2222 2391

Please open your base.css file, go to the very bottom of the file, and remove this line of code. 

Screenshot 2025-02-12 at 10.52.02.png

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- 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.

ellacoker
Shopify Partner
189 0 25

Hi Dan,

When I do that it fixes the image margin problem however, now in desktop i have no margin to the left. Please see photo.

Ella.

Screenshot 2025-02-12 at 14.02.02.png