Okay
  Public Ticket #3179946
Resize nectar-video-box
Closed

Comments

  •  2
    wangethan1234 started the conversation

    Hi,

    I used the following css trying to have the box smaller than it is on the page now and it didn't do the trick. I'd appreciate any help. Thanks!

    .nectar-video-box {
        width: 360 !important;
    }

  •  1,628
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    Please try this css:

    .nectar-video-box[data-border-radius="5px"] .inner-wrap {
        width: 23vw;
    }

    Thanks.

  •  2
    wangethan1234 replied

    Hi Judith, thank you so much for the help.