How to fix overlapping text and arrow in mobile view?

Hi,

Does anyone know how to fix the arrow next to sort as shown below?

It is overlapping the text.

Thanks!!

1 Like

Hi @hannah0797

Could you drop your store to check?

Hi @hannah0797

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

https://1d4g5y5m1lm5671i-2632155254.shopifypreview.com

1 Like

Go to Online store > Themes > Edit code > open theme.liquid file, add this code below under element


Thanks for the info, check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

span.t4s-d-md-none {
    padding-right: 15px !important;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like