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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024