mars2 Posted November 17, 2020 Share Posted November 17, 2020 (edited) Site URL: https://cornet-iris-bgm9.squarespace.com/ Hello! I am using this code below to force the desktop version of my website into using the hamburger style navigation, but it seems to be hiding my Cart button altogether. Is there anything I can do to fix this, or does anybody have a better CSS? Thank you! Password: 222 @media screen and (min-width:768px) { /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { display: none; } /* show burger */ .header-burger { display: flex; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } } Edited November 17, 2020 by ana3000 add code Link to comment
tuanphan Posted November 21, 2020 Share Posted November 21, 2020 Can you check site url? SITE DELETED This site has been deleted by the owner Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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