Sort by feature disappears when Viewing with mobile devices

Solved

Sort by feature disappears when Viewing with mobile devices

masonwg
Shopify Partner
5 0 0

We have encountered a functionality issue on our e-commerce platform, Riptide Aquaculture, specifically when accessing the site via mobile devices. The "Sort By" feature, which is integral to customer interaction and navigation within our "WYSIWYG Coral" collection, is not visible in the mobile view. This issue has been observed with the Align Theme which our website utilizes. 

https://www.riptideaquaculture.com/collections/wysiwyg-coral
Untitled-8.jpgUntitled-9.jpg

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2139 616 524

This is an accepted solution.

Hey @masonwg,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
@media only screen and (max-width: 989px) {
    .grid-archive__subnav .sort-by,
    .grid-archive__subnav facet-filters-form {
        display: block !important;
    }
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1714668772578.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Reply 1 (1)

ThePrimeWeb
Shopify Partner
2139 616 524

This is an accepted solution.

Hey @masonwg,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
@media only screen and (max-width: 989px) {
    .grid-archive__subnav .sort-by,
    .grid-archive__subnav facet-filters-form {
        display: block !important;
    }
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1714668772578.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!