Video Box - How can I remove?

Discussion in 'Woodpecker WordPress Business Theme' started by cyberdips, Nov 24, 2014.

Thread Status:
Not open for further replies.
  1. cyberdips

    cyberdips New Member

    Joined:
    Sep 14, 2013
    Messages:
    14
    Likes Received:
    0
    Hi, I have tried to remove the video box using the following code in the custom css:

    .vidimg-container{
    display:none;
    }

    The above works, but, the white box that holds the content changes in size - becomes smaller in width, and alignment of objects within changes (see attached screenshot).

    Please help.

    Thanks in advance!
    Dipen
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please provide your website URL which make us better understand.

    Thanks & Regards
    Pramod
     
  3. cyberdips

    cyberdips New Member

    Joined:
    Sep 14, 2013
    Messages:
    14
    Likes Received:
    0
    Hi, the site is not yet up. Had attached a screenshot in my post.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You are using correct css code and it does not effect the above contents.

    Thanks & Regards
    Pramod
     
  5. cyberdips

    cyberdips New Member

    Joined:
    Sep 14, 2013
    Messages:
    14
    Likes Received:
    0
    Well, I have tried it and it does affect(??)... have a look at these two screenshots; one taken when the video box is not removed, the other taken after the video box is removed. I have indicated on the image the difference between the two.
     

    Attached Files:

  6. cyberdips

    cyberdips New Member

    Joined:
    Sep 14, 2013
    Messages:
    14
    Likes Received:
    0
    Still can't seem to find the solution...

    Is it possible to add a code to specify the width of the white box so that it remains unchanged if the video box is removed?
     
  7. cyberdips

    cyberdips New Member

    Joined:
    Sep 14, 2013
    Messages:
    14
    Likes Received:
    0
    SOLVED.

    I added the following code to CSS and it works! The white box now displaying correctly with/without the video box.

    .content-container {
    width:100%;
    }
     
Thread Status:
Not open for further replies.

Share This Page