adjust header height to image size
-
Is there a way to automatically adjust header height to image size, no the other way around?
-
Hi, Would you please share the url of your website which you want to make change. So that, we can suggest you.
Thanks -
-
Hi, your site is not hosted with WordPress.com. It is a site using the open-source WordPress software. You can find more information here about the differences between WordPress.org software and WordPress.com:
https://wordpress.com/support/com-vs-org/I see no image on header. However, you can use css to make the image/header height fixed according to your design. For header height you can follow below CSS
.navbar {
height: #px;
}“Write your preferred height instead of # according to your image height”.
For your information, https://wordpress.org/support/ is a great resource of documents and people using same software as you are who can provide support for you.
Thanks.
- The topic ‘adjust header height to image size’ is closed to new replies.