Header image height change
-
Hi, thanks for this theme. I’ve been trying to modify the height of the header image but not having any luck.
The inspector is saying there is an inline height property and somehow it’s making a css element
element {
background: transparent url(“https://path/image”) repeat scroll 0% 0%;
height: 862px;
}(when i change the 862px in the inspector it is in fact changing the height but can’t find where to do it for permanent).
in the code of header.php i only see:
header id=”masthead” class=”site-header” role=”banner” style=”background: url(<?php header_image(); ?>) 50% 50% / cover no-repeat;
I thought maybe it was related to the actual size of the image but even modifying the image height is not working. Can you please help?
- The topic ‘Header image height change’ is closed to new replies.