logo size when scrolling Posted in : TheBlogger cali75Participant 23 April 2018 at 18:26 #53948 Hello, How can I make the size of the logo bigger. When scrolling the logo is extremely small https://radarq.net/ Thanks you so much. Best regards c serkanModerator 24 April 2018 at 11:20 #53957 Hi, Please go to appearance > customize > site identity > increase your logo size and save it. Thanks cali75Participant 27 April 2018 at 13:29 #54027 Hello Serkan, The problem is when scrolling. The primary logo turns into a smaller one, and that’s ok, the problem is that this is too small. I tried this css code: @media screen and (min-width: 992px) .is-header-row.is-menu-sticky .site-header.smaller .site-title img { max-height: 60px !important; } But it didn’t work. If you need my credentials to access just let me know. thanks, c serkanModerator 27 April 2018 at 17:20 #54031 Hi, You forgot the add brackets after the media quary. @media screen and (min-width: 992px) { .is-header-row.is-menu-sticky .site-header.smaller .site-title img { max-height: 40px; } } Thanks cali75Participant 27 April 2018 at 17:50 #54032 =) thanks! best regards! c serkanModerator 27 April 2018 at 18:10 #54034 You are welcome. Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in and have valid license to reply to this topic. License required for the following item TheBlogger WordPress Themeby pixelwars Login and Registration Log in · Register