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

#6380
Eric
Customer

    It must have been really long day for me yesterday….I could have swore I told you how to fix that. I guess it didn’t show up.

    Anyways, right after you fixed the cache issue, I mentioned that you could use the same code from the other thread and it will fix your issue with the image and the widget area not being on the same line. I’ll copy/past again –

    If you’re trying to get your logo and widget area on the same line, you’ll need to adjust the widths of them both. Your title area and widget area exceed 100%…thats why it’s showing up like that. Change the width from 50% on the title area to a smaller width and there will be enough room for the widget area to fit.

    Look around line 681 for this –

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

    Notice I changed it to 300px as an example. That will bring the widget area up. The widget area is around 65% and the title area is 50%….which exceeds 100%. Anytime that happens just decrease one or both to get them to fit on the same line.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com