Resize the collapsible section

Solved

Resize the collapsible section

technase
Shopify Partner
193 1 45

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

 

screencapture-testingstoresandthemes-myshopify-2024-10-26-12_10_16 copy.jpg

 

 

 

 

technase
Accepted Solution (1)

GTLOfficial
Shopify Partner
658 140 133

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
40.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Reply 1 (1)

GTLOfficial
Shopify Partner
658 140 133

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
40.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh