shaman420
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Book Lite] Change header heightIn the themes CSS file..
I still cannot figure this out.
Thanks in advance.
AaronForum: Themes and Templates
In reply to: [Book Lite] Change header heightSo 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 130but 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..
AaronForum: Themes and Templates
In reply to: [Book Lite] Change header heightSure it is, the theme has a specific height set someplace.. It doesnt matter what the URL is, but here you go…
Thank you..
Forum: Themes and Templates
In reply to: [Book Lite] Change header heightI 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