Home › Forums › Support › Different images for header site logo and mobile header logo This topic has 8 replies, 2 voices, and was last updated 6 years, 1 month ago by Leo. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts October 16, 2017 at 2:56 pm #404467 David Tom, I have different images for the header site logo and mobile menu logo, and they are different sizes with different aspect ratios. I’ve tried this: .site-logo .header-image { width:125px; height:83px; } .mobile-header-logo .header-image { width:170px; height:40px; } The above CSS sets the size to 170/40 in both cases. If those entries are flipped, the size is 125/83 in both cases. I welcome your advice on how to define distinct sizes. Regards, David Woosley October 16, 2017 at 5:39 pm #404513 LeoStaff Customer Support Hi there, Can you link us to the site in question? Thanks! October 16, 2017 at 8:04 pm #404568 David No, not really. It’s on a local server. What are the unique selectors for those two images? Thanks, David. October 16, 2017 at 9:56 pm #404601 LeoStaff Customer Support Site logo should be this: https://docs.generatepress.com/article/adding-svg-logo/#setting-the-size Mobile header logo should be this: @media (max-width: 768px) { .main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img { width: 10px; height: 62px; } } Keep in mind that the mobile header logo also has 10px default padding applied. October 17, 2017 at 7:03 am #404861 David Works like a charm. You are my hero. Thanks, David. October 17, 2017 at 9:05 am #405020 LeoStaff Customer Support Glad I could help 🙂 October 17, 2017 at 12:29 pm #405142 LeoStaff Customer Support Is there another problem now? What am I looking for? October 18, 2017 at 8:08 am #405627 David Is this not self-explanatory? Please view in desktop and mobile mode. http://woosleyinc.com/ Thanks, D. October 18, 2017 at 8:50 am #405647 LeoStaff Customer Support It’s blocking by the CSS you’ve added for custom fixed header. Try a bigger number than 200px then wrap it so it’s desktop only: https://docs.generatepress.com/article/responsive-display/ Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In