Search for: Log In Free Support [Resolved] How to keep the logo always centered? Home › Forums › Support › How to keep the logo always centered? This topic has 1 reply, 2 voices, and was last updated 4 years, 1 month ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 23, 2017 at 7:32 pm #267321 Jorge Araújo Hello, how to keep the logo always centered? When I add some widget in the header, the logo is not exactly in the center. link to view: http://woocommerce-7751-74799-205105.cloudwaysapps.com/ Thank you!! January 23, 2017 at 10:46 pm #267351 TomLead Developer Lead Developer Kind of a tough one, as centered items move depending on if other items are on the same line. One thing you can do is make the header widget position:absolute, which will make it no visible to the centered logo. For example: @media (min-width: 769px) { .inside-header { position: relative; } .header-widget { position: absolute; right: 0; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In