Shopify themes, liquid, logos, and UX
Hi,
I need help with resizing the collapsible section on my store. Right now, the heading and collapsible rows are evenly divided, but I want to change the proportions. I would like the heading to take up 30% of the space and the collapsible rows to occupy 70%. Please refer to the screenshot
Any help is greatly appreciated
Link: https://testingstoresandthemes.myshopify.com/
storefront password: 12345
Solved! Go to the solution
This is an accepted solution.
Hello @technase
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
@media screen and (min-width: 1150px) {
.section-stack__intro {
width: 30% !important;
}
.section-stack__main {
width: 70% !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
Hello @technase
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
@media screen and (min-width: 1150px) {
.section-stack__intro {
width: 30% !important;
}
.section-stack__main {
width: 70% !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024