Home › Forums › Support › Logo in Mobile Menu and Sticky Header Tiny This topic has 10 replies, 3 voices, and was last updated 6 years, 8 months ago by Tom. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts July 20, 2016 at 9:41 am #211481 Eugen Hi, I’m trying to add a logo for the sticky menu and logo, but it show so tiny I almost can’t see it. What am i doing wrong? Best regards Eugen July 20, 2016 at 9:44 am #211484 TomLead Developer Lead Developer The menu logo resizes to fit inside your navigation, so if your navigation isn’t very tall, the image will be very small (that rhymes). You can adjust the height with some CSS: .main-navigation .sticky-logo, .main-navigation .sticky-logo img { height: 40px; } Hope this helps π July 20, 2016 at 10:15 am #211504 Eugen Ok thanks, will try that out. July 20, 2016 at 12:58 pm #211540 TomLead Developer Lead Developer No problem π September 19, 2016 at 10:07 am #227760 Heath Tom, my sticky menu logo got tiny too. I’m not sure when it happened, but I just noticed it. I fixed the size with CSS, but now the positioning is off. It’s justified to the bottom. I tried increasing “margin-bottom” but that didn’t work. Thanks. Hope your kiddo is doing great! September 19, 2016 at 10:21 am #227765 Heath PS – I added a negative px margin-top, which worked, but doesn’t seem like the best fix. September 19, 2016 at 11:02 am #227785 TomLead Developer Lead Developer The menu logo will set itself to the height of the menu – 10px (for spacing). You can alter it with CSS. Can you show me your site so I can help with the CSS? π September 19, 2016 at 11:14 am #227792 Heath No problem, I made the logo full height (35px) and took out the spacing (margin-top = -10px). But, the default setting with no CSS makes the logo too small and justified too far down. Website is in my signature: http://www.dadkingdom.com If you want, I can remove the CSS so you can see what it looked like at default. September 19, 2016 at 11:04 pm #227854 TomLead Developer Lead Developer Instead of the negative margin, you can do this: .sticky-menu-logo .main-navigation.navigation-clone .sticky-logo { padding-top: 0; } September 20, 2016 at 7:27 am #228022 Heath Great. Thanks! September 20, 2016 at 10:02 am #228072 TomLead Developer Lead Developer You’re welcome π Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In