Help with Menu error on theme

Hi Guys,

I’m having a nightmare sorting something out on my theme.

If you look at www.stagetwo.co.uk - On the top menu where it says Other, the down arrow is sitting behind the wording and for the life of me I can fix it. Would anyone be able to give me some pointers please.

Many thanks in advance,

Dean

Hey @StageTwo

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
span#Details-HeaderMenu-6 svg {
    right: -1.5rem !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Thank you so much for that!!! Works perfectly now :slight_smile:

Really appreciate your time in helping