Hi Guys,
Somewhere along the line I broke the product description accordions, and now they are displaying weird…
They are all wonky and sitting strange in the containers.
Previous save (working accordions): https://92wr5lyo7va77yw3-87651647763.shopifypreview.com
After I broke them (looking weird now): https://10t16zx43rc5me7j-87651647763.shopifypreview.com
If you could help me I’ll buy you a coffee !!!
Thanks so much !
You can check the page for “Candelia | Button Cardigan”
Hello @kingbeanz
Hope my code solve your issue
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
.collapsible-content__inner.rte h2 {
font-size: calc(var(--typeHeaderSize)* 0.85) !important;
text-align: left !important;
}
.collapsible-content__inner.rte h2, p, h3{
text-align: left !important;
}
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hi @kingbeanz
Please go to Online store > Themes > Edit code, open theme.liquid file, add this code to theme.liquid file after
1 Like
Hi @kingbeanz
Please go to Online store > Themes > Edit code, open theme.liquid file, add this code to theme.liquid file after
<style>
.product-single__meta .product-block--tab { margin-top: 12px; }
.product-single__meta .product-block { margin-bottom: 0 !important; }
.product-single__meta .product-block--tab+.product-block--tab { margin-top: 0; }
</style>