Home › Forums › Basel support forum › SVG Logo Max Width Mobile SVG Logo Max Width Mobile This topic has 3 replies, 2 voices, and was last updated 8 years, 6 months ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 23, 2016 at 6:30 pm #5808 denisyanParticipant Hello! I’ve noticed that on mobile max width for logo is 100%, which cause too big logo. @media (max-width: 991px) .main-header:not(.header-menu-top) .site-logo img { max-width: 100%; } Can you fix it so the logo remain same? Or maybe somehow to define constant logo size instead of %? October 23, 2016 at 9:03 pm #5809 Artem TemosKeymaster Hello, You can easily set your logo width for small screen by adding this code snippet to the Custom CSS for mobile devices in Theme settings .site-logo img { width: 80px; } Regards October 24, 2016 at 8:35 am #5816 denisyanParticipant Hi, nope, that does not work. Check out my link. October 24, 2016 at 9:46 am #5817 Artem TemosKeymaster Hi, But we don’t see this code snippet added in Custom CSS. Did you add it? Please check. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register