Shopify themes, liquid, logos, and UX
Hello everyone! I'm trying to customize my mobile view only and need to add Dividing Lines between menu items. Does anyone know how to do that? I'm using Sense theme.
Solved! Go to the solution
This is an accepted solution.
Hi @kolomiets_t Do the following steps to resolve this issue.
1. Go to Online Store > Themes > Edit Code (Gear Box)
2. Find base.css or theme.css
3. Add below code at the end of the file.
@media only screen and (max-width: 480px){
.js .menu-drawer__menu li{
border-bottom: 1px solid #ccc;
}
}
Hope, it will fix the problem.
This is an accepted solution.
Hi @kolomiets_t Do the following steps to resolve this issue.
1. Go to Online Store > Themes > Edit Code (Gear Box)
2. Find base.css or theme.css
3. Add below code at the end of the file.
@media only screen and (max-width: 480px){
.js .menu-drawer__menu li{
border-bottom: 1px solid #ccc;
}
}
Hope, it will fix the problem.
Hello, thanks! I played around with your suggestion and it worked:
@media only screen and (max-width: 480px) {
.list-menu__item {
border-bottom: 1px solid #ccc;
}
}
User | RANK |
---|---|
191 | |
172 | |
84 | |
57 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023