Hi,
I need to remove the white space between FAQs and the More FAQS Available Here button. What CSS do I need to use?
Hi,
I need to remove the white space between FAQs and the More FAQS Available Here button. What CSS do I need to use?
not sure what theme you are using in your text editor look for margin–medium in your faq.liquid if it exists if not its in your products.liquid inside the FAQ section or accordion ( it might be in javascript) just delete the CSS or add your own if you still want the top margin
.margin--medium
.margin–medium is set to margin-top 100px; and margin-bottom:100px; you can delete the margin-bottom but it might mess up any css that has .margin–medium that’s why I rather do it in the products.liquid file