tkahle Posted August 20 Share Posted August 20 I have a "shop" button up in the right hand corner of my website and it shows up on my desktop site but it does not show up on the mobile site. How do I get the shop button on the mobile site? https://ksthesauce.com/ Thank you! Link to comment
persephone Posted August 20 Share Posted August 20 There is a "Shop" button on the mobile version for me, but it's in the top lefthand corner. I actually don't see it on desktop, but this might just be a positioning issue. In the editor, click on mobile view, try repositioning the button, saving and reloading. It won't impact the desktop layout and should solve the issue. Link to comment
tuanphan Posted August 23 Share Posted August 23 You can use this code to Website Tools > Custom CSS /* Show button on mobile */ @media screen and (max-width:991px) { .header-actions.header-actions--right, .header-actions-action.header-actions-action--cta { display: flex !important; } .header-title-nav-wrapper { flex: 1 0 30% !important; } .showOnMobile { display: none !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment