Home › Forums › Support › How can I place my logo in the center left of my site? This topic has 5 replies, 2 voices, and was last updated 3 years, 6 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 23, 2018 at 7:37 am #708099 bluebit Basically i want the my site’s logo to look like its part of the nav menu, just slighly left of the License Info menu item: GP Premium 1.7.2 October 23, 2018 at 9:39 am #708331 DavidStaff Customer Support Hi there, try this CSS: @media (min-width: 768px) { .inside-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .main-navigation .navigation-logo { margin-right: 10px; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 23, 2018 at 9:50 am #708340 bluebit nice it worked!!!! is there a way to add a tiny bit of right padding to the logo to separate it a bit from the first nav item? October 23, 2018 at 9:53 am #708344 DavidStaff Customer Support I edited the code above to give the logo and nav a little space. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 23, 2018 at 10:04 am #708355 bluebit it worked thank you October 23, 2018 at 10:18 am #708364 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