samfiskdesign Posted April 8, 2022 Share Posted April 8, 2022 (edited) Site URL: https://samfiskdesign.co.uk/ Hello, I'm currently using this code to make my CTA button appear next to the hamburger in mobile view. .header-menu-nav-folder[data-folder="root"] { height: auto !important; min-height: auto !important; } However it has brought the other elements to the top of the screen as well. How do I: a) Align the nav items to the horizontal centre of the screen b) Align the social icons to the bottom of the screen I've tried adjusting top margins for both but would prefer it to be responsive if possible. Help would be appreciated! Edited April 10, 2022 by samfiskdesign Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 Hi, What is access password? 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
samfiskdesign Posted April 11, 2022 Author Share Posted April 11, 2022 7 hours ago, tuanphan said: Hi, What is access password? Hello, Password is sf123 Thank you! Link to comment
Web_Solutions Posted April 11, 2022 Share Posted April 11, 2022 Add this code on Design > Custom CSS @media(max-width: 767px){ .header-menu-nav-folder-content a{ text-align: center !important; } } Unique_Website, Create_Job and Ainul 3 Link to comment
samfiskdesign Posted April 11, 2022 Author Share Posted April 11, 2022 Hello, Thank you but that's not what I meant - this is how I'd like it to be. Still aligned to the left, half way up the screen. Social icons aligned to the bottom margin Link to comment
Solution Web_Solutions Posted April 11, 2022 Solution Share Posted April 11, 2022 The just replace the auto with 100% Create_Job, Ainul and Unique_Website 3 Link to comment
samfiskdesign Posted April 11, 2022 Author Share Posted April 11, 2022 Cool, that worked. Thanks for your help! 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