Home › Forums › Support › Problems with Safari This topic has 5 replies, 3 voices, and was last updated 2 years, 11 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 21, 2020 at 2:09 pm #1173071 Dalia Hi, I use navigation as header and there are some problems with safari. Always the last link is shown in a second row. I tryed to remove the nav-button. But then the link for “Gästebuch” move to the second row and so on. Have anybody an idea? Here is a screenshot for what I mean. Thanks and best regards, Dalia February 21, 2020 at 5:16 pm #1173147 TomLead Developer Lead Developer Hi there, That’s strange. What happens if you change the navigation alignment to “Left” in Customize > Layout > Primary Navigation? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development February 21, 2020 at 9:33 pm #1173253 Dalia Hi Tom, the same is happening with left or center alignment. I’ve tried so much. And only if I turned off „use navigation a header“ everything looks good. But this is not an solution for me. February 22, 2020 at 8:26 am #1173699 DavidStaff Customer Support Hi there, how odd 🙂 Can’t explain it but try adding this CSS to stop it from happening: @media (min-width: 769px) { .nav-aligned-right .main-navigation ul { display: flex; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 22, 2020 at 8:41 am #1173714 Dalia Hi David, thanks a lot. This works very well 🙂 February 22, 2020 at 8:46 am #1173717 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In