Shopify themes, liquid, logos, and UX
Hey everyone! 👋
I’m running a Shopify store with the Yuva theme and I’ve enabled the cart drawer. On mobile, everything works fine—the 'View Cart' button shows up right below the checkout button. But on desktop, the button is completely missing. 😕
I’ve tried checking the CSS and Liquid files but haven’t had any luck getting it to display consistently on both views. Has anyone faced this issue before? Any suggestions on how to fix this?
Thanks in advance for any help! 🙌
Solved! Go to the solution
This is an accepted solution.
@petza You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.min.css file.
.yv_side_drawer_title{
padding: 20px 35px !important;
}
@petza Can you please provide the URL of your store and if it is password protected please share the password too. Thanks
This is an accepted solution.
@petza You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.min.css file.
.yv_side_drawer_title{
padding: 20px 35px !important;
}
Thank you very much for the suggested solution, but unfortunately, it doesn't work.
@petza I don't see the code that you have added in the file.
That's correct, I removed the code after testing and seeing that it didn't work.
Edited: I tried again, sir, and now it works. Thank you so much!
I have the same issue, so thanks for your post. I will try to learn from it
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025