Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #91731
    kalatos
    Participant

    Hello,

    after actualization of Catch Everest to the newest version (2.7.4) I have issue with logo position. In the previous version logo was on the left top corner but now is visible on the central part of the header.

    url: http://www.kalfilm.pl

    Hereunder custom CSS:

    #header #mainmenu {
        float: none;
        text-align: center;
    }
    #header #mainmenu ul li {
        display: inline-block;
        float: none;
    }
    
    #main-slider .entry-header { display: none; }
    
    #hgroup-wrap { padding-bottom: 0; }
    
    .page .featured-slider .entry-title { display: block; } 
    
    #site-logo { padding-top: 0; }
    
    .page #main #content img {
     background-color: transparent; 
     border: 0;
    }
    
        .slider-image {
        pointer-events: none;
        cursor: none;}
    
    .searchform {
    	display: none;
    }
    
    .ngg-slideshow {
    width: 100% !important;
    }
    .ngg-slideshow * {
    margin: 0 auto !important;
    }
    .ngg-slideshow img {
    position: relative !important;
    display: block;
    } 
    
    #.entry-meta , .tag-links { display: none; }
    
    .site-content article {
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;	}

    Could you please look at on this and give me support?

    Thank you in advance,
    Lukasz

    #91737
    Pratik
    Participant

    Hi @kalatos,

    There was an issue with WP 4.5 on theme latest version. To solve this, please follow these steps:
    1. Goto Appearance=> Customize => Header Image and then Hide the image there
    2. Go back one step and then to Customize => Site Logo and then add in the image there

    WordPress 4.5 provided us with Custom Logo, so we have used core option to keep the theme updated.

    Let me know how it goes.

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Issue with site logo’ is closed to new replies.