Shopify themes, liquid, logos, and UX
Hello
I'm currently using the Testament theme, and I'm facing alignment issues on my product pages. I would greatly appreciate any suggestions or solutions to this problem.
I've tried searching for solutions online, but all the suggestions I found involved adding code to the theme.css or base.css files. However, I couldn't locate these specific files in my code.
If anyone has encountered a similar issue or knows an alternative way to fix alignment problems on product pages, I'd be very grateful for your assistance. Thank you in advance for your help.
This is the website: https://www.circlesshop.com/collections/sunshine-sale/products/co-ord-set-5
Solved! Go to the solution
This is an accepted solution.
Hello @m8bmir
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->stylesheet.css>Add this code at the bottom.
@media screen and (max-width: 739px){
.gridlock .row .desktop-5 {
width: 86.5% !important;
}
}
Hello @m8bmir
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->stylesheet.css>Add this code at the bottom.
.gridlock .row .desktop-5 {
width: 35% !important;
}
Thanks for the response. It worked on the PC but on mobile, it's now narrow. You can go to the URL and check.
This is an accepted solution.
Hello @m8bmir
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->stylesheet.css>Add this code at the bottom.
@media screen and (max-width: 739px){
.gridlock .row .desktop-5 {
width: 86.5% !important;
}
}
Thank you, it worked.
Hi @m8bmir ,
Try this one.
@media only screen and (max-width: 739px){
div#product-right {
width: 86% !important;
}
}
@media screen and (min-width: 980px){
.gridlock .row .desktop-7 {
width: 50.25%;
}
}
Result:
I hope it help.
Thank you for your response. However, I found a solution that met my needs and it worked successfully.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025