Home › Forums › Support › Logo not resizing This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago by Craig. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts August 10, 2016 at 7:09 am #217152 Craig Hello, When I resize my site to say 1024 pixels wide, the header logo drops below the navigation menu. Shouldn’t the logo resize down? http://semssp.staging.wpengine.com/ Thanks! Craig August 10, 2016 at 3:50 pm #217268 TomLead Developer Lead Developer Hmm, I’m afraid not. Images only know to resize when they hit the edge of the container, not when another element hits them. You can resize it manually though using media queries: @media (max-width: 1024px) { .site-header .header-image { max-width: 200px; } } Adjust px and add more media queries as needed 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development August 10, 2016 at 4:49 pm #217288 Craig Sounds good. Thanks! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In