Shopify themes, liquid, logos, and UX
Hi guys,
I have this issue, on mobile version wishlist button and cart button are missing, on desktop works propertly:
Desktop visual:
Mobile visual, buttons dissapear:
I want to mobile match desktop, thanks to everyone.
Solved! Go to the solution
This is an accepted solution.
Hi,
You can try this code
1. Go to Online Store-> Theme->Edit code
2. Asset-> theme.scss.css ->paste the below code at the bottom of the file.
@media only screen and (max-width: 768px){
.button-set.small--hide {
display: block !important;
bottom: 0 !important;
}
}
This is an accepted solution.
Hi,
You can try this code
1. Go to Online Store-> Theme->Edit code
2. Asset-> theme.scss.css ->paste the below code at the bottom of the file.
@media only screen and (max-width: 768px){
.button-set.small--hide {
display: block !important;
bottom: 0 !important;
}
}
I'm getting same problem on minimog 4.1.0 theme. In addition to wishlist, account icon is also not displaying on mobile view. also I cannot find theme.scss.css in edit code. please help me with it.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025