Hi, I want to make this accordion full width. It has a full-width option, but even as I click it, it still does not make it full-width. Please help. I am using Impact Theme
1 Like
Hi @bigjimmy15
Would you mind sharing your store URL? Thanks!
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.section-stack .section-stack__main {
width: 100%;
}
And save.
result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like

