PEARLERwork Posted August 25, 2021 Posted August 25, 2021 Site URL: https://bell-orb-d33c.squarespace.com/?password=pearler I've used the below code to achieve some vertical social links. I'm wondering why they're not staying fixed when I scroll, however. Any help is appreciated! Website ✿ → // ☯︎ FORCE MOBILE MENU // @media screen and (min-width:768px) { .header-nav-item, .header-actions-action .btn { display: none!important; } .icon--cart { stroke: 2px solid!important; } body:not(.header--menu-open) .white .header-actions .icon--stroke svg { stroke-width: 2px!important; } .header-burger { display: flex; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } } .header-display-desktop { .header-burger { position: absolute; left: 0; margin-left: 4vw!important; } } // ☯ ☯ ☯ VERTICAL SOCIAL ICONS ☯ ☯ ☯ // .header-actions-action--social { position:fixed; top:50%;//change as necessary flex-direction:column; right:1vw; } .header-actions-action--social .icon { margin-left:-40px !important; //change as necessary margin-bottom:20px ; } @media screen and (min-width:768px) { .header-actions-action--cart { position:fixed; right:30px; top:45%; } .header-actions--right { justify-content:center; }} 𝓚𝓪𝓽𝓲𝓮 ✦✦ ⓅⒺⒶⓇⓁⒺⓇ.ⓌⓄⓇⓀ ➸
tuanphan Posted August 27, 2021 Posted August 27, 2021 Hi, Can you check password again? 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.