Home › Forums › Legacy Support › Support queries › Styling issues › Logo for mobile version Tagged: Logo, mobile This topic has 6 replies, 2 voices, and was last updated 5 years, 9 months ago by logan. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts March 4, 2019 at 4:36 pm #199263 pizzaflowerParticipant Hello, The logo for mobile version its to small. i try with the following css and nothing happend @media (max-width:468px){ h1#logo {width: 130px;} } can you please help? March 5, 2019 at 6:55 am #199339 loganMember Hello, Please goto wp-admin > appearance > customize > custom css > paste & save. @media (max-width: 991px){ header.standard #alt_logo img#header_mobile_logo{ width: 95px !important; height: 55px !important; } Refer: http://prntscr.com/mtdrd6 March 6, 2019 at 5:17 pm #199636 pizzaflowerParticipant this css dont help me. the logo its stucked and dont constrain proportion. Another css? March 6, 2019 at 5:21 pm #199638 pizzaflowerParticipant March 7, 2019 at 9:41 am #199699 loganMember Hello, I am not able to access your site, Refer: http://prntscr.com/mui1gy March 8, 2019 at 3:06 pm #199963 pizzaflowerParticipant This reply has been marked as private. March 9, 2019 at 10:05 am #200018 loganMember Hello, It will work only in mobile version. its width will not increase more that 100px because of its container. Please goto wp-admin > appearance > customize > custom css > paste & save. @media (max-width: 991px){ header.standard #alt_logo img#header_mobile_logo{ width: 95px !important; height: 55px !important; position: relative; top: -15px; } Refer: http://prntscr.com/mvf671 Author Posts Viewing 7 posts - 1 through 7 (of 7 total) The topic ‘Logo for mobile version’ is closed to new replies.