Change video size right sidebar

Home Forums Automattic Further Change video size right sidebar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #157454 Resolve

    crcgtpc
    Member

    Hello,

    I would like to know ho modify the width of the video i put in the right sidebar in order to have the same width l have for the sidebar.

    you can see what I’m talking about there : http://wp.me/a3A2tk-3hZ

    Thx a lot for your help !

    Br,

    E.

    The blog I need help with is cgtpoitoucharentes.wordpress.com
    #157463

    Kathryn P.
    Happiness Engineer

    Could you please provide a direct link to the specific post with that video? I looked through your dashboard but couldn’t find it quickly – thanks.

    #157467

    crcgtpc
    Member

    Hello,

    In fact, the vid is on the rightside bar when you arrive on the web site. The permanent post is http://wp.me/p3A2tk-es

    Thx a lot for your help !

    Br,

    E.

    #157471

    Kathryn P.
    Happiness Engineer

    This is a bit tricky. :-) I had one of our top CSS experts look at this – here is some code they came up with which widens the video in the sidebar:

    #v-mv2M4vno-1-placeholder {
       height: auto;
       left: 0;
       margin: 0;
       position: absolute;
       text-align: left;
       vertical-align: top;
       width: 100% !important;
       max-width: 410px !important;
    }

    It may not expand the video to absolutely completely fill the width of the sidebar, but this is as close as we’ve been able to get it.

    #157477

    crcgtpc
    Member

    It works ! Thx a lot !!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Change video size right sidebar’ is closed to new replies.