Home Forums Pro Themes WEN Corporate Pro Help with logo in header

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

    Hi,

    Firstly i am sorry to post into the wring forum, because I have the Construction Pro theme, but here is no forum for that?

    I you can help, I need the theme to allow a full size logo at the top, and justno a 150×150 px loo size, how can this be achievedby CSS in example?

    Best regards
    Martin

    #56003
    wensolutions
    Keymaster

    Hello @twister5800,

    Thank you for letting us know about the forum.

    To make your logo 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;
    }

    Please adjust the px according to your requirement .

    Hope this helps .

    Best Regards!!

    #56007

    Perfect!

    Thanks for very quick support!

    Best regards
    Martin

    #56011
    wensolutions
    Keymaster

    Hello @twister5800,

    Glad we could help you .

    Also we have created the support forum for the Construction Base Pro Theme . If you have any issue further please post it in the respective forum .

    Thank you !!

    Best Regards!!

    Have a good day .

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