arie Posted October 14, 2020 Share Posted October 14, 2020 Site URL: https://www.gewoonarie.nl/ Hi there, I have seen some questions about this, but not the right answer, I think ;). So, I would just like my navigation under my logo, all centered. Should not be hard, but for me it is. Thanks Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 Add to Home > Design > Custom CSS header#header { flex-direction: column-reverse; justify-content: center; } 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
arie Posted November 10, 2020 Author Share Posted November 10, 2020 Thanks @tuanphan that works, but now it needs some vertical spacing, because the navigations now sticks to my logo. Any more ideas? Thanks! Link to comment
tuanphan Posted November 11, 2020 Share Posted November 11, 2020 On 11/10/2020 at 3:55 PM, arie said: Thanks @tuanphan that works, but now it needs some vertical spacing, because the navigations now sticks to my logo. Any more ideas? Thanks! New code header#header { flex-direction: column-reverse; justify-content: center; } [data-nc-container="left"] { margin-top: 20px; } 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
arie Posted November 12, 2020 Author Share Posted November 12, 2020 Thank you very much, this works great! 😀 Link to comment
tuanphan Posted November 12, 2020 Share Posted November 12, 2020 14 minutes ago, arie said: Thank you very much, this works great! 😀 I see homepage on tablet/mobile has very long content. You can consider adding a back to top button. 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
arie Posted November 13, 2020 Author Share Posted November 13, 2020 Good tip, will try that, thanks again! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.