Letter spacing in 'Sort By' using Berlin theme

Solved

Letter spacing in 'Sort By' using Berlin theme

RobCupper
Excursionist
17 1 3

The letter spacing in the Sort By functionality of my Berlin theme is too close together causing them to overlap. I can't see an option to increase letter spacing, or decrease font size so it fits neatly on all devices. Is anyone able to suggest a fix? Thanks 

Accepted Solution (1)

RobCupper
Excursionist
17 1 3

This is an accepted solution.

I ended up fixing it myself with the following code:

 

.select__sort_by {
padding-left: 8rem;
}

 

you can amend '8rem' number as needed for more or less spacing

View solution in original post

Replies 6 (6)

websensepro
Shopify Partner
1061 150 160

Please Share Website Url

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here
RobCupper
Excursionist
17 1 3

Here is the preview URL: https://7ogt05bkl5agnj1u-8636456.shopifypreview.com

 

Thanks!

 

Small_Task_Help
Shopify Partner
771 25 68

Hi,

 

Add Custom CSS at style css file

.sort-by-dropdown {
    letter-spacing: 2px; /* Adjust the letter spacing as needed */
}
To Get Shopify Experts Help, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad

Made4uo-Ribe
Shopify Partner
7687 1853 2268

Hi @RobCupper 

We would like to conduct a visual inspection of your store to understand what has happened. To your sort, you can also share the Preview. Just click this button below then copy and paste. Thanks!

Made4uoRibe_0-1697721526506.png

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
RobCupper
Excursionist
17 1 3

RobCupper
Excursionist
17 1 3

This is an accepted solution.

I ended up fixing it myself with the following code:

 

.select__sort_by {
padding-left: 8rem;
}

 

you can amend '8rem' number as needed for more or less spacing