New Landing How can we help? Cardinal Video Padding-Bottom too Large since update

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Cardinal
  • #148907
    manofmany
    Member
    Post count: 91

    Hi,

    Since updating to the new theme, the padding below the videos as detailed media appears to be too large.

    Please see the following examples:

    http://manofmany.com/tech/random-show-episode-26/
    http://manofmany.com/entertainment/night-sahara-ray-mara-teigen/

    Could you please let me know the css code to correct this?

    I think the padding was included to correct an issue in the old version of the theme from looking at previous posts.

    Cheers,
    Scott

    #148992
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    hi,

    The css below will reduce for this 2 posts.

    
    .post-24185 .sf-video-wrap, .post-26152 .sf-video-wrap{
    padding-bottom: 50px!important;
    }

    Will forward the topic to Ed to see if there is any issue in the code that needs to be fixed.

    Thanks
    -Rui

    #149031
    manofmany
    Member
    Post count: 91

    Hi Rui,

    The issue is with all video posts however.

    Kind regards,
    Scott

    #149032
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In that case replace the previous code by this one

    
    .sf-video-wrap{
    padding-bottom: 50px!important;
    }

    -Rui

    #149072
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Looks like you need to update the /js/function.js file – as we no longer include fitVids, yet it seems you still have it running.

    – Ed

    #149208
    manofmany
    Member
    Post count: 91

    Hi Ed,

    I installed a plugin to fit embedded videos on mobile devices so that they are responsive (not the Detail Media but actually embedded clips within the content of the post).

    See an example here: http://manofmany.com/rides/interview-felix-baumgartner-guy-jumped-space/

    Previously these videos were not resizing when viewed on mobile and would overlap the container.

    The plugin may be conflicting with the theme but I’d prefer for those videos to be responsive as well.

    Is this correct?

    Cheers,
    Scott

    #149256
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Scott,

    If so, then simply use that CSS fix you have used – seems to all be fine now?

    – Ed

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

You must be logged in to reply to this topic.