L1NST3R Posted September 24, 2021 Share Posted September 24, 2021 Site URL: https://tgtfresh.com/ The mobile information bar covers the social links in the mobile overlay menu. I did make the mobile information bar sticky, but it only affects it when scrolling down. Without any modification, since the overlay menu is accessed from the top of the screen, the social links are still covered. Is there any way to fix this, like hiding the mobile information bar when the overlay navigation is open? If not, is there a way to move/hide the social links on mobile? Thanks! Link to comment
L1NST3R Posted September 24, 2021 Author Share Posted September 24, 2021 (edited) I found this as a fix, however, the top of the map and the opening hours are cut. Is there a way to achieve this without cutting the top of those functions? .sqs-mobile-info-bar { z-index: 10; } Edited September 24, 2021 by L1NST3R correction Link to comment
Solution tuanphan Posted September 27, 2021 Solution Share Posted September 27, 2021 Try adding to Design > Custom CSS body.header--menu-open [class*="mobile-info-bar"] { display: none !important; } wearequbit and L1NST3R 2 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
L1NST3R Posted October 1, 2021 Author Share Posted October 1, 2021 On 9/27/2021 at 10:20 AM, tuanphan said: Try adding to Design > Custom CSS body.header--menu-open [class*="mobile-info-bar"] { display: none !important; } This worked perfectly, thanks! 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