Reply To: Epik header image not showing up

Homepage Community Forums Epik Theme Support Epik header image not showing up Reply To: Epik header image not showing up

#6413
estoeckel
Customer

    Hello,

    Around line 681 in your style.css file, you will find the following section:

    .header-image #title, .header-image #title a, .header-image #title-area {
        display: block;
        float: left;
        min-height: 120px;
        overflow: hidden;
        text-indent: -9999px;
        width: 40%;
    }

    Make it look like this:

    .header-image #title, .header-image #title a, .header-image #title-area {
        display: block;
        float: left;
        min-height: 53px;
        overflow: hidden;
        text-indent: -9999px;
        width: 35%;
    }

    Basically I changed the min-height to the correct size of your image, and changed the width to 35%, because your header-right widget section is set to 65%. Both widths together, should not be more than 100%.

    You can change the width of that section, by going to line 697 in your style.css and modify the following section:

    #header .widget-area {
        overflow: hidden;
        width: 65%;
    }

    You probably don’t want to do that though, if you don’t want to change your menu.