• HI,
    I would like to change the lightbox image size.

    (with a plugin or changing CSS or other doesnt matter)
    It’s very little
    Can you help me?

    Thanksss

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Here is some CSS – helped me – play around according to your needs:

    @media (max-width: 767px)
    {
        .elementor-lightbox .elementor-lightbox-item {
        padding: 0;
    }
        .dialog-type-lightbox .dialog-header, .dialog-type-lightbox .dialog-message{
            padding:0;
        }
    }
    Thread Starter kikopobla

    (@kikopobla)

    Hi

    Thanks

    I did it but doesn’t work

    I continue trying it

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change lightbox image size’ is closed to new replies.