Shopify themes, liquid, logos, and UX
Hi, how can I change the width of the reviews section on mobile?
Here’s how it looks on my store:
And I want it to look like this:
So simply, I don't want it to span across the entire screen.
Here’s a link to a store that looks the way I want it to: https://tomnoske.store/
(Just scroll down, it's there.)
And here’s my store: https://1049xn-ya.myshopify.com/
As I mentioned, I want this change only for mobile, I want to keep it as it is on desktop.
Thanks a lot!
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim,
Try these steps:
@media screen and (max-width: 767px) { #shopify-section-template--22711083729161__custom_liquid_wTxmeQ .custom-liquid-section { padding: 0 20px; } }
If this helped solve your issue, a Like and Accept as Solution would mean the world to me! ❤️ If you'd like to go the extra mile, your kind Coffee Tips keep my creativity and dedication brewing! ☕ Cheers to creating awesome Shopify solutions together! 🚀
Hi @CreatorTim
The review section code appears to come from an application or a JavaScript snippet. Typically, code located within the #shadow-root (open) element cannot be styled directly with CSS.
If this code originates from an app, you may need to contact the app provider for assistance in customizing the CSS. Alternatively, if the code was manually added, you might need to hire a theme developer to review and customize your theme, as this is beyond the scope of our support.
Thank you for your understanding!
Thans for the feedback brother.
This is an accepted solution.
Hi @CreatorTim,
Try these steps:
@media screen and (max-width: 767px) { #shopify-section-template--22711083729161__custom_liquid_wTxmeQ .custom-liquid-section { padding: 0 20px; } }
If this helped solve your issue, a Like and Accept as Solution would mean the world to me! ❤️ If you'd like to go the extra mile, your kind Coffee Tips keep my creativity and dedication brewing! ☕ Cheers to creating awesome Shopify solutions together! 🚀
Thank you!
Hi @CreatorTim
Please add this code to Custom CSS in Online store > Themes > Customize > Theme settings
@media (max-width: 749px) {
#shopify-section-template--22711083729161__custom_liquid_wTxmeQ .custom-liquid-section {
padding: 0 20px;
}
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thank you! Works
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025