Guest Posted May 19, 2020 Posted May 19, 2020 Site URL: http://helixtravels.com Hello, I'm looking to split the last element of the nav bar (or make it stick to the other end of it), making the language switch apart from the navigation. Any ideas how to do that? Here's my website: helixtravels.com Thank you!
tuanphan Posted May 19, 2020 Posted May 19, 2020 Can you turn off "disable right click"? Difficult to help without right click to check code 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!)
tuanphan Posted May 20, 2020 Posted May 20, 2020 6 minutes ago, Nizar said: Ow sorry, yes, I turned it off. Thank you! Add to Home > Design > Custom CSS @media screen and (min-width:641px) { a.Header-nav-item:last-child { position: absolute; right: 0; } [data-nc-container="top-left"] { position: relative; flex: 90%; } } 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!)
Guest Posted May 20, 2020 Posted May 20, 2020 Thank you my friend, works perfectly! You are awesome. Nizar
Recommended Posts
Archived
This topic is now archived and is closed to further replies.