Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #797644

    Hi,
    My logo image in the header is no longer displaying at full size since the last Enfold update.
    I want the header and logo larger than the default theme so I have set the height in header settings to 200px custom height and the width of the logo via the following quick CSS:
    strong.logo {
    width: 600px !important;
    }
    The above worked fine until the recent Enfold update, and I am using a child theme so I am confused as to what has changed. Now, regardless of the above settings, my logo image is being resized to 300px by 100px, whereas it should be 600px by 200px. I’m not sure if this is the theme’s doing or something simple I am overlooking within WordPress settings. Any help would be much appreciated.
    Thanks,
    Sam

    #797689

    Hey Sam,

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top.html_logo_center .logo img {
        margin: auto;
    }
    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }

    Best regards,
    Yigit

    #797707

    That works great. Thanks, Yigit. :)
    I’ve removed my previous Quick CSS setting the width as it seems that is now redundant.
    Thanks again,
    Sam

    #797715

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full size logo in header’ is closed to new replies.