Home Forums Pro Themes Nature Bliss Pro Size logo

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #56324
    moonsbe
    Participant

    Hi,

    How can change the size from the logo.
    We’ve already uploaded a larger image, but the theme is giving the image a fixed size.

    Thanks,

    #56393
    Michael Radford
    Participant

    hi Moonsbe i had the same issue and WEN support send me these details to adjust the logo yourself

    To make the logo size of the size bigger use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS .

    img.custom-logo {
    width: 290px !important;
    }

    .custom-logo-link {
    max-width: 200px !important;
    }

    Hope this helps .

    #56445
    wensolutions
    Keymaster

    Hello @Moonsbe,

    To change the size of the Logo please paste below given CSS in Admin Panel > Appearance > Customize > Additional CSS .

    img.custom-logo {
        width: 290px !important;
    }
    
    .custom-logo-link {
        max-width: 200px !important;
    }

    Please adjust the px as per your requirement .

    Hope this helps .

    Also @rady006, thank you very much for your help . It is very nice of you that you gave an answer on behalf of our team .

    Best Regards!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.