Shopify themes, liquid, logos, and UX
I'm extremely frustrated and cannot figure out why my product descriptions are not full width on the mobile view. I've attached a screenshot for reference.
54e932-6e.myshopify.com is my website link. Any help is greatly appreciated
Solved! Go to the solution
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
@media only screen and (max-width: 749px) {
.grid--1-col .grid__item {
max-width: 100% !important;
}
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is an accepted solution.
Hi @katieg123
Please add this code at bottom of your base.css file to solve it
@media (max-width: 749px){
.product.grid--1-col .grid__item {
max-width: 100% !important;
}
}
- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- 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.
This is an accepted solution.
Hello @katieg123
Go to online store ---------> themes --------------> actions ------> edit code------->base.css ----line number 908
search this code
@media only screen and (max-width: 749px) {
.grid--1-col .grid__item {
max-width: 32%;
}
}
and replace with this code
@media only screen and (max-width: 749px) {
.grid--1-col .grid__item {
max-width: 100%;
}
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi @katieg123
You can eidt theme code
file name base.css, in line 3586, remove it
.grid--1-col .grid__item {
max-width: 32%;
}
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
@media only screen and (max-width: 749px) {
.grid--1-col .grid__item {
max-width: 100% !important;
}
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is an accepted solution.
Hi @katieg123
Please add this code at bottom of your base.css file to solve it
@media (max-width: 749px){
.product.grid--1-col .grid__item {
max-width: 100% !important;
}
}
- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- 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.
Hi @katieg123 ,
You can fix this issue by adding simple line of css
@media only screen and (max-width: 749px) {
.grid--1-col .grid__item {
max-width: 100% !important;
}
.product-form__buttons {
max-width: 57rem !important;
}
}
Add this code to your Base.css
Product-form_ button css is to aligin properly with the content
Online store > themes> click on the three dots of current active theme > Edit code > Search base.css in your left sidebar> open and paste the code in base.css
I hope your issue Will fix by the this.
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
This is an accepted solution.
Hello @katieg123
Go to online store ---------> themes --------------> actions ------> edit code------->base.css ----line number 908
search this code
@media only screen and (max-width: 749px) {
.grid--1-col .grid__item {
max-width: 32%;
}
}
and replace with this code
@media only screen and (max-width: 749px) {
.grid--1-col .grid__item {
max-width: 100%;
}
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
wow thank you so much, that worked! I do have another question. How do i make these collection images smaller on my mobile view?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025