I know its the holiday season, but I could really use a hand on this. I have looked everywhere it seems.
The height of the #masthead pushed the content down too much and I want to reduce the height to maybe 250px
Little help?
Thanks in advance.
Aaron
Without a link to your site, it’s really not possible for anyone to help with something like this.
Sure it is, the theme has a specific height set someplace.. It doesnt matter what the URL is, but here you go…
http://waterprana.net/
Thank you..
So are you wanting the “HOME” to be closer to the logo/header?
in /inc/custom-header.php
line 15:
'height' => 500,
and possibly line 102:
$height = "500px";
So are you wanting the “HOME” to be closer to the logo/header?
Yes, the current height is 500, I want 250
in /inc/custom-header.php
line 15:
‘height’ => 500,
and possibly line 102:
$height = “500px”;
Thats just it, Ive done that, but no change..
I even statically set
height: <?php echo $height; ?>;
to
height: 300px;
on line 130
but still nothing. I even added
#masthead {
margin-top: 0;
height: 300px !important;
to the stylesheet, but again, nothing…
Crazy, I dont get why this would be hidden.
Thanks for the replies..
Aaron
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Where are you making this masthead CSS change?
In the themes CSS file..
I still cannot figure this out.
Thanks in advance.
Aaron
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Download the Jetpack plugin and use its Custom CSS functionality to hold your CSS changes.