Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #942826

    Hello,

    thank you for your help. Is it possible to have a bigger logo (see the green area on the screenshot: https://prnt.sc/j65xia)
    Its on the website: https://www.unionmondsee.at/

    Thank you!

    Best regards,

    Alex

    #943007

    Hey Alex,

    Do you mean that you want the logo to expand over the area you have indicated in green?

    Best regards,
    Rikard

    #943034

    Hi Rikard,

    yes, exactly! Thank you!

    Alex

    #943282

    Anybody? ;)

    Thanks,

    Alex

    #943400

    Hi Alex,

    Please try the following in Quick CSS under Enfold->General Styling:

    span.logo, span.logo img {
        width:100% !important;
        min-width: 100%;
    }

    Best regards,
    Rikard

    #943497

    Thank you! And is there an option to enable this only on desktop but not on smartphone devices?

    thanks!

    Alex

    #943867

    Hi Alex,

    Yes, please try this instead:

    @media only screen and (min-width: 768px) {
    span.logo, span.logo img {
        width:100% !important;
        min-width: 100%;
    }
    }

    It will apply on desktop and tablet, but not on mobile. If you want to include tablets then change 768 to 1025.

    Best regards,
    Rikard

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