Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1903391
Vimeo Embed
Closed

Comments

  • James Jukes started the conversation

    Hi,

    I am intending to use a lot of video for this site, all of which will be Vimeo embeds. However, it is very important that the videos in the post show as full width—particularly on mobile—rather than contained within the margins (screenshot attached). I would like the Vimeo player to run all the way to the edges of the screen with no white border at all.

    Thanks,

    James

  •  2
    jamesjukes replied

    P.S this is because I want the visible video area to be as large as possible, so obviously the height will increase in proportion with the increased width. I note that the logo background image runs all the way to the edges.

  •  1,845
    Elated replied

    Hi there James,

    You can try for example something like this:

    @media (max-width: 480px){
        #post-83 .inner-box {
            padding-left: 0;
            padding-right: 0;
        }
        .blog .content-area #post-83 .entry-content p:not(:first-child) {
            padding: 0 3rem;
        }
        .blog #post-83 .content-area .entry-more{
            padding: 0 3rem;
        }
    }
    

    Add this code in Appearance > Customize > Additional CSS. And for every post that has video, set that post ID (for that article post ID is #post-83).

    Let us know if you manage this! 

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    jamesjukes replied

    Hi Marie,

    I followed your instructions but it did not work. 

  •  2
    jamesjukes replied

    Sorry, perhaps I have not made myself clear in terms of what I am trying to achieve.

    In the attachments, 'Incorrect.jpg' is how it currently appears. What I am trying to achieve is the mockup I have created named 'Correct.jpg'. As you can see, I need it to be full width, right to edges of the screen, i.e no container or borders at all. You will note that the background 


    Thanks,


    James

  •  1,845
    Elated replied

    Hello,

    As you can see in the following screenshot, there is some left/right padding for screens lees than 768 px →

    9499096833.png

    But you can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    @media only screen and (max-width: 768px) {
    .navigation, .inner-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    }

    Note that this css will apply to all screens less than 768px.

    3485946048.png
    8838185227.png


    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vladimir


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    jamesjukes replied

    Hi Vladimir,

    That is perfect - thanks very much for your help! 

    Take care,

    James

  •  1,845
    Elated replied

    Hello,

    You're welcome. Please let us know if there is anything else we can do for you, thanks!

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads  This way you’ll be helping us improve our support services and make them even more efficient.

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vladimir


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.