nwaldinger Posted May 4, 2022 Share Posted May 4, 2022 (edited) Site URL: https://www.nickwaldinger.com/ Hello, Does anyone know how to move the text down in my mobile navigation menu? It's currently aligned to the top of the page, but I'd like it aligned (vertically) to the center of the page while also keeping the text left justified. My website is www.nickwaldinger.com and the password is "create". I've attached a screenshot of the current mobile menu to this thread. Any ideas? Thank you! Edited May 4, 2022 by nwaldinger Clarification Link to comment
Solution tuanphan Posted May 7, 2022 Solution Share Posted May 7, 2022 Add to Design > Custom CSS /* align mobile menu */ .Mobile-overlay-menu-main { align-items: center; display: flex; } 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
nwaldinger Posted May 7, 2022 Author Share Posted May 7, 2022 @tuanphan it worked, thank you! 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