Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @sarahjanep,

    All your images have a border radius via elementor it looks like:

    
    .elementor-kit-2442 img {
        border-radius: 30px 30px 0px 30px;
    }
    

    Odd it’s applied to every image, so you’ll need some custom CSS somewhere to remove it

    
    .age-gate-logo img {
        border-radius: 0;
    }
    

    Should do the trick.

    Thanks
    Phil

    Thread Starter sarahjanep

    (@sarahjanep)

    Great. Thanks, Phil! I would not have figured that out haha. All the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo Cut Off’ is closed to new replies.