Home › Forums › Support › Site logo left – Menu Centred? This topic has 3 replies, 2 voices, and was last updated 3 years ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 8, 2020 at 3:13 pm #1126183 Atex Hi Is there a way to have the site logo on the left while having the links centred plz? I have been trying from customize but can’t seem to figure it out. My site is: nichasson.ca January 9, 2020 at 2:24 am #1126501 DavidStaff Customer Support Hi there, add this CSS: @media (min-width: 769px) { .navigation-branding { position: absolute; top: 0; left: 0; } .main-nav { margin-left: auto; margin-right: auto; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 9, 2020 at 5:52 am #1126653 Atex Sweet, Thank you David, you rock January 9, 2020 at 5:54 am #1126656 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In