how to change header height?
-
Hi everybody!!
I need to change the header heigt to iTheme2..
Not the image but the header height (at the moment it is 978 x 288 px and I need it to be 978 x 200 px)
Is it possible to do it for free?
someone could help me?
Thanks in advance…The blog I need help with is: (visible only to logged in users)
-
Hi cmerla,
This is possible making CSS changes, however you cannot make those using the Free plan. If you would like to customize more aspects of your site, including CSS changes, you can take a look at the Premium plan which includes these features: https://store.wordpress.com/plans/premium/
Not the image but the header height (at the moment it is 978 x 288 px and I need it to be 978 x 200 px)
The dimensions you cite here are the dimensions of the image container. You can limit the height with the following CSS:
#custom-header-image { max-height: 200px; }Note this will force a change to the aspect ratio of the image causing a slight distortion, so you may want to resource the image size.
Hope this helps! Let me know if you have any questions.
-
- The topic ‘how to change header height?’ is closed to new replies.