• Resolved shootingtime

    (@shootingtime)


    Hey guys just wondering if anyone can tell me how I can change the header height for the expound theme. I don’t want to mess with the width, just the height. I do have a child theme, but am not sure what file to put in there and what to have in that file.

    Thanks!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • You may want to look in the css file for the theme.
    Usually, sizes for images are handled by the css.

    Thread Starter shootingtime

    (@shootingtime)

    This is what I found in expound.css.

    .expound-custom-header,
    .expound-custom-header img {
    display: block;
    float: left;
    position: absolute;
    width: 100%;
    top: 0;
    }

    Other than that, I found one with padding values, but nothing that states the height of the header.

    Someone has to know! What do I do?

    Hi shooting,

    Try adding this to custom css file

    .site-header {
       height: 150px;
    }

    you can set the value to anything you would like.

    Hope it’s helpful

    Thread Starter shootingtime

    (@shootingtime)

    I put this in my style.css of my child theme.. didn’t work. Showed you more that I put in just to show where it lies.. its at the end of course.

    /* =Theme customization starts here
    ————————————————————– */
    #primary {
    width: 780px;
    margin-right: 10px;
    }

    #secondary {
    float: right;
    width: 220px;
    margin-left: 10px;
    }

    .site-header {
    height: 100px;
    }

    what else could i try??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You should provide a link to the page with the issue.

    Thread Starter shootingtime

    (@shootingtime)

    http://shootingtime.com/new

    Any page there will show you my header that could stand to lose some height.

    thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The height is created by this style:

    .site-title-group {
     margin: 50px 40px 50px 40px;
    }

    Override that in your Child Theme.

    Thread Starter shootingtime

    (@shootingtime)

    I believe the header in the expound theme is 1020 x 154. If I wanted it 1020 x 100, what should I change in that code you posted andrew nevins?

    thanks!!

    Thread Starter shootingtime

    (@shootingtime)

    I messed with it and did this.. it worked!

    .site-title-group {
    margin: 15px 40px 15px 40px;
    }

    Thanks for the info!!!

    Ana343

    (@ana343)

    whre did you find this? custom header.php ?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Theme Expound] How can I change the header height?’ is closed to new replies.