Reply To: header logo does not integrate well

Homepage Community Forums Ally Theme Support header logo does not integrate well Reply To: header logo does not integrate well

#13251
edwardor
Customer

    Hi,

    Thanks, I removed “home” and changed the

    .header-image #title-area, 
    .header-image #title, .header-image #title a {
        display: block;
        float: left;
        height: 100px;
        overflow: hidden;
        padding: 0;
        text-indent: -9999px;
        width: 400px;
    }
    

    To:

    .header-image #title-area, 
    .header-image #title, .header-image #title a {
        display: block;
        float: left;
        height: 100px;
        overflow: hidden;
        padding: 0;
        text-indent: -9999px;
        width: 200px;
    }
    

    Is there some sort of built in Genesis/Ally caching? My changes do not seem to be reflected on the site (yet).

    About the upgrade of the theme, I had no idea there was an upgrade. There is no automated upgrade option in WordPress. Do I need to manually upgrade it? I wasn’t able to find documentation on it.

    Thanks for your help.