SwalshPDX Posted August 21, 2020 Share Posted August 21, 2020 Site URL: https://www.swalsh.art/ I used this code to enlarge my logo: .header-title-logo img { max-height: 400px; max-width: 800px; } But this is causing it to no longer be centered. I've tried using the position property to move the image, but this has either resulted in the image returning to the default size or the image being over the next section (over the background image) instead of in the header area. Thanks for any help! Link to comment
tuanphan Posted August 22, 2020 Share Posted August 22, 2020 I see it center here. Did you solve? also, i see it has problem on mobile, add this code to solve @media screen and (max-width:767px) { .header-title-logo img { max-width: 300px; } } 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
mpressmeredith Posted September 3, 2020 Share Posted September 3, 2020 (edited) On 8/21/2020 at 10:42 AM, SwalshPDX said: Site URL: https://www.swalsh.art/ I used this code to enlarge my logo: .header-title-logo img { max-height: 400px; max-width: 800px; } But this is causing it to no longer be centered. I've tried using the position property to move the image, but this has either resulted in the image returning to the default size or the image being over the next section (over the background image) instead of in the header area. Thanks for any help! I am having this exact same issue. How to keep the logo centered once it's enlarged? (Site: www.braveryonfire.com - I need the header logo to be the width of the screen- or as close to the screen width as possible - and centered.) Thank you! Edited September 3, 2020 by mpressmeredith Clarification/additional info Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 1 hour ago, mpressmeredith said: I am having this exact same issue. How to keep the logo centered once it's enlarged? (Site: www.braveryonfire.com - I need the header logo to be the width of the screen- or as close to the screen width as possible - and centered.) Thank you! Use above code & this code .header-title-nav-wrapper { flex: 100% !important; } .header-display-desktop { flex-direction: column; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment