How to get the picture's full height in header?
-
How can I get the full height of the picture in my header? (I use the theme gateway). I guess I will have to edit css, but I can’t find out where I can edit css in this theme
The blog I need help with is: (visible only to logged in users)
-
Hi projectnepalntnu
How can I get the full height of the picture in my header? (I use the theme gateway). I guess I will have to edit css, but I can’t find out where I can edit css in this theme
– Yes, this can be done by adding simple custom CSS code to your site
Please try adding the code below:
.header-bg { min-height: 350px !important; }I just increase the min-height for the header. But when I increased min-height and check the website I personally feel that title should be little down to make the picture look better. I am also attaching code for making the title little down you can try it once if you feel to do so you can use the code below:
.site-title { margin-top: 1.5em; }Additionally, Custom CSS can only be added if you are under premium or business plans. To know more about how to add custom CSS here is the support document for that:
https://en.support.wordpress.com/custom-design/editing-css/To know more about plans features and pricing please refer to support link below:
https://wordpress.com/pricing/Hope this helps.
- The topic ‘How to get the picture's full height in header?’ is closed to new replies.