neverstopcruising Posted August 5, 2021 Share Posted August 5, 2021 Site URL: https://neverstopcruising.com Trying to increase logo size but struggling, have added the following CSS but the logo size is not changing; .logo-image img { max-heigh: 384px; max-width: 512px; } Any ideas how to increase the size? Link to comment
Solution tuanphan Posted August 7, 2021 Solution Share Posted August 7, 2021 On 8/6/2021 at 1:49 AM, neverstopcruising said: Site URL: https://neverstopcruising.com Trying to increase logo size but struggling, have added the following CSS but the logo size is not changing; .logo-image img { max-heigh: 384px; max-width: 512px; } Any ideas how to increase the size? Hi. You need to increase max-height, not width, use this code .logo-image img { max-height: 250px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
neverstopcruising Posted August 8, 2021 Author Share Posted August 8, 2021 8 hours ago, tuanphan said: Hi. You need to increase max-height, not width, use this code .logo-image img { max-height: 250px; } Excellent worked perfect. Thanks Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment