kimmie Posted February 13, 2021 Posted February 13, 2021 Site URL: http://www.kimikawa.com https://www.kimikawa.com/ code: help I've recently installed a language option on my site through this tutorial, and tried adapting the design with padding but it doesn't really work on the mobile version (see info). From what i understand, it's just resting on top of the page right now. Is there a clever way to integrate it in the menu so it works in all formats? Thanks! -Kimmie
tuanphan Posted February 14, 2021 Posted February 14, 2021 Can you describe what you want? We can help easier 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!)
kimmie Posted February 15, 2021 Author Posted February 15, 2021 Yes, I'd love for the language icons to be next to the menu in the mobile version. Thank you 🙂
tuanphan Posted February 16, 2021 Posted February 16, 2021 Add to Design > Custom CSS @media screen and (max-width:767px) { .language { right: 20vw; } } 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!)
kimmie Posted February 17, 2021 Author Posted February 17, 2021 18 hours ago, tuanphan said: @media screen and (max-width:767px) { .language { right: 20vw; } } Thank you so much! You're the best! 🙌
Recommended Posts
Archived
This topic is now archived and is closed to further replies.