Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #210023
    #210129

    Hi Coronacom!

    Which type of header are you using? Please check in Enfold theme options under Header tab

    Regards,
    Yigit

    #210136

    Hi Yigit

    I haven’t started using the theme yet but I intend to use the largest Header which I can see on the preview page as “Home v3”

    If I put an image with larger dimensions than 340×156 will it work?

    Thanks

    #210138

    Hi!

    Yes, with custom css it would work just fine

    Regards,
    Yigit

    #210142

    Thanks Yigit

    Would you be able to give me an idea of what amends I need to make to the CSS?

    Is it something I can place in the Quick CSS box or in the theme editor?

    Cheers

    #210149

    Hey!

    Let us say your logo is 200px in height, you can add following code to Quick CSS in Enfold theme options under Styling tab to increase the height of header and display fullsized logo

    .social_header #header_main .container { height: 200px; }

    Regards,
    Yigit

    #210153

    Great stuff Yigit I look forward to trying it out!

    #210158

    Hi!

    I will not close the thread so you can try and let us know. It will be on hold until you post again, so please post when you try the code :)

    Cheers!
    Yigit

    #212171
    This reply has been marked as private.
    #212229

    Hi!

    Please add following code to Quick CSS as well

    .logo, .logo a, .logo img { max-width: 340px!important; height: 156px; }
    #header_main { height: 156px; }
    @media only screen and (max-width: 767px) {
    #header_main {
    height: 210px;
    }
    .responsive .logo {
    position: static;
    height: 156px; }}
    @media only screen and (max-width: 480px) { .logo, .logo a, .logo img {
    max-width: 270px!important;
    height: auto;
    }}

    Regards,
    Yigit

    #212707

    Great stuff Yigit that worked perfectly thanks!

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