How do I remove caret and the extra space after in header?

Hi there,

I’m using the taste them and I’ve successfully removed the caret in the header however the space next to it is still visible.

Whats the best way to remove this space? Shop and terms have the dropdown.

Thanks

Screenshot 2023-02-01 at 14.02.14.png

Hi @CJM95 ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

summary.list-menu__item {
    padding-right: 1.2rem !important;
}

Hope it helps!

Hey @LitExtension

I’ve just tried this and unfortunately it hasn’t worked for me.

Is there anything else you would recommend?

Screenshot 2023-02-01 at 16.38.07.png

Thanks again

Hello @CJM95

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team