Hi Team
If possible i would like to omit the description from my featured collection on the mobile view of our site… it takes up waaaaay too much space on the mobile screen
screenshots below to illustrate what i mean…
desktop as below is good/fine;
mobile is not good - takes up the whole screen
Any assistance appreciated!
Cheers
Hi @TooSpicyNZ ,
Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
Hi @TooSpicyNZ ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@CodingFifty hi, just tried this and hasn’t worked… any other ideas?
Please try this code in base.css/theme.css @TooSpicyNZ
@media (max-width: 768px) { .collection__description { display: none !important; } }
@CodingFifty No, this didnt work either
@TooSpicyNZ , Please share store access.