Solved

Venture Theme "Sort By" Field on product pages

UpperMountain
Excursionist
20 0 14

Hello, 

In the screenshot, do you see the way the "Sort By" field cuts off "Price, low to high"?  How does one make this wider so it doesn't do that?  Thank you.

URL: https://uppermountainllc.com/collections/flashlights?sort_by=price-ascending

Screen Shot 2021-02-21 at 4.32.15 PM.pngScreen Shot 2021-02-21 at 4.35.00 PM.png

Accepted Solution (1)

ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.

Hello There,

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

select#SortBy {
max-width: 120%!important;
}

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.

Hello There,

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

select#SortBy {
max-width: 120%!important;
}

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
UpperMountain
Excursionist
20 0 14

That worked great thank you so much @ZestardTech!

Screen Shot 2021-02-22 at 11.19.11 AM.png

ZestardTech
Shopify Expert
5393 970 1291

Kindly feel free to get back to me if you need any further assistance Thanks!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing