How to fix arrow placement on Impulse theme FAQ page?

Hello

I am using the Impulse theme.

On my FAQ page the arrows are all mingled up with the text. How can i make it normal again?

Thanks

1 Like

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

www.thebodyshop.mu

cleeth

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.collapsible-trigger {
    padding-left: 30px;
}

Screenshot :- https://image.prntscr.com/image/i3iWSUzAS0yBiZYaQnKzpA.png

1 Like