How do I get the Collection Description to show under the Product grid but keep the Collection Title at the top of the page? I want this for Mobile only. I am using the Trade Theme. Here is my website.
![]()
A user seeks to reposition the collection description below the product grid on mobile devices while keeping the collection title at the top. Desktop layout should remain unchanged. Theyâre using the Trade Theme on Shopify.
Proposed Solutions:
Current Status:
The user reports the CSS solution affects both mobile and desktop views. The solution provider indicates the code hasnât been properly applied yet, as their test store shows the expected behavior. The issue remains unresolved pending correct implementation.
How do I get the Collection Description to show under the Product grid but keep the Collection Title at the top of the page? I want this for Mobile only. I am using the Trade Theme. Here is my website.
![]()
You need to do this:
@media (min-width: 750px) {
.rich-text, .rte {
display: none;
}
}
@media (max-width: 750px) {
.rich-text, .rte {
display: none;
}
}
@tim_1 This work but changes it for desktop too and I am only want it to appear like this when viewing on mobile. Any way to can customize it to where on desktop it shows normally and on mobile it shows this was you put ^?
I do not see it applied at your store. This is how it looks in my test store: https://bbkmarket.myshopify.com/collections/all