PJGND Posted August 14, 2023 Share Posted August 14, 2023 The Language-Switch icon default is to appear at the very bottom of the mobile overlay screen. I need to modify its position to appear in the middle or the top of the overlay screen, but have NO IDEA of how to do this, as I have ZERO coding skills. Help! Link to comment
Lesum Posted August 14, 2023 Share Posted August 14, 2023 @PJGND Would it be possible to share your site URL? I can take a look and write the required code. If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
PJGND Posted August 14, 2023 Author Share Posted August 14, 2023 https://leavebigpharmabehind.com Link to comment
Web_Solutions Posted August 14, 2023 Share Posted August 14, 2023 (edited) 41 minutes ago, PJGND said: https://leavebigpharmabehind.com Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media only screen and (max-width: 767px) { .header-menu-nav-folder { justify-content: center !important; .header-menu-nav-folder-content { flex-grow: inherit !important; } } } Edited August 14, 2023 by Web_Solutions Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Lesum Posted August 14, 2023 Share Posted August 14, 2023 (edited) Add the code I wrote to the Custom CSS panel, not the Page Header Code Injection panel. You’ll find the Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. To place at the top: @media only screen and (max-width: 767px) { .header-menu-nav-folder-content { flex-grow: inherit !important; } } To place in the middle: @media only screen and (max-width: 767px) { .header-menu-nav-folder-content { flex-grow: inherit !important; } .header-menu-nav-folder { justify-content: center !important; } } Edited August 14, 2023 by Lesum If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? 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