Hello @technase
Please follow the steps below after logging into the Shopify admin:
-
Go to your Shopify Admin panel.
-
Click on Online Store > Themes.
-
Find the theme you want to edit and then click Actions > Edit code.
-
Search styles.css
-
Insert the provided CSS code at the end of the file and save the changes.
.shopify-section.FAQ.jsFAQ {
width: 50%;
margin: 0 1px;
}
.shopify-section.FAQ.jsFAQ section.section {
width: 100%;
}
Output : https://prnt.sc/8ahZMKgFbwg9
Please hit Like and Mark it as a Solution if you find our reply helpful.