Search for: Log In Free Support [Support request] Logo not displaying on mobile devices Home › Forums › Support › Logo not displaying on mobile devices This topic has 1 reply, 2 voices, and was last updated 1 year, 7 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 27, 2019 at 12:53 pm #912521 Shawn Hi, The logo at the site noted in my email isn’t displaying on mobile devices. Here’s code being used: .site-logo { width: 335px; height: 85px; } @media (max-width: 768px) { .site-logo { width: 200px; } Any suggestions would be appreciated. Thanks, Shawn May 27, 2019 at 12:56 pm #912524 LeoStaff Customer Support Hi there, You have this CSS added which is hiding the logo on mobile: @media (max-width: 768px) { .site-logo.navigation-logo { display: none; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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