Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #250004
    brokenskeleton
    Participant

    Hi ,

    I think I raised this before, but my videos arnt displaying as they should on the home page. http://www.garylovini.com/
    The smalled videos seem too large, with the text appearing to the side like they do in the demo https://catchthemes.com/demo/euphony-pro/

    thanks

    #250032
    Skandha
    Participant

    @brokenskeleton: Hello there,
    There seems to be a little bug with the Featured Video Section. The issue will be fixed and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    #250087
    brokenskeleton
    Participant

    Great, thanks.
    Is there a way to fix it in the interim?

    #250091
    Skandha
    Participant

    @brokenskeleton: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 40em) {
        .featured-video-content-wrapper .excerpt-video-left .hentry-inner {
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            width: 100%;
        }
        .featured-video-content-wrapper .excerpt-video-left .post-thumbnail {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 42.85714285714286%;
            -moz-box-flex: 0;
            -ms-flex: 0 1 42.85714285714286%;
            flex: 0 1 42.85714285714286%;
            margin: 0;
        }
        .featured-video-content-wrapper .excerpt-video-left .entry-container {
            padding-left: 28px;
        }
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #250153
    Skandha
    Participant

    @brokenskeleton: Hello there,
    The update has been released. Please update the theme and let me know if the issue is fixed.

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Videos not displaying correctly on Home page’ is closed to new replies.