Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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.
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.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025