Adjusting Logo height
-
Hello,
I have a problem adjusting the header image to display correctly under the tablet or phone. Another issue is that I want my logo to move upwards so it doesn’t cut the display of the background.Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi, due to the way this theme works, and due to the nature of your header image, we are a bit constrained on what we can do, but give this a try and see what you think. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
body.custom-header #header { background-size: contain !important; } .custom-header-image #site-title { margin-top: 50px; } -
Wait, let’s change that a bit. Add this instead.
body.custom-header #header { background-size: contain !important; height: 100%; max-height: 487px; min-height: 200px !important; } .custom-header-image #site-title { margin-top: 50px; } -
Thank you very much for your help!
Now the only problem I have is that there’s a huge white empty space beneath the header. Do you have an idea how to solve it?Michal
-
Hi, I’m seeing that you have the media queries in place, and I’m not seeing any gaps between the content and header now. Is this resolved?
- The topic ‘Adjusting Logo height’ is closed to new replies.