My sidebar was added in custom- and I can’t find a clear way to change it. It shows as a dropdown menu on mobile and I’d like for it to do the same on desktop. It’s taking up too much space on the collection page. Any tips?
Can you share the link to your website please? This would make it a little bit easier for me to see what the problem is and guide you in the right direction.
If you’re not comfortable sharing the link publicly, feel free to send it to me at my details below in my signature. Thanks.
Hello @dreamday ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file → add this following code at the bottom of page
@media (min-width: 768px) {
/* Your existing CSS rules for desktop sidebar layout */
}
Save changes
Hope this can help.
Ali Reviews team.
I don’t have that in my assets folder