Optimizing Responsive theme for veiwing videos on mobile

Discussion in 'Figero WordPress Theme' started by paul4168, Dec 18, 2013.

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

    paul4168 New Member

    Joined:
    Jul 18, 2013
    Messages:
    24
    Likes Received:
    0
    Location:
    UK
    Hey guys,

    Have a good one for you today.

    Can you show me where to place some code that makes
    all videos on my Figero theme resize for mobile devices please.

    I have the code but not sure where to place the code in my theme.
    I do not want to do each post individually I want it as a standard command
    for all videos from now on.

    I placed some code in the style.css sheet but when I viewed on mobile video was not good.

    Help please.
     
  2. paul4168

    paul4168 New Member

    Joined:
    Jul 18, 2013
    Messages:
    24
    Likes Received:
    0
    Location:
    UK
    Sorry forgot to mention this. I have a video on the landing page of my site
    in the slider this is the video that is giving the most problems when viewed on a mobile device,
    it will not resize properly for some reason.
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  4. paul4168

    paul4168 New Member

    Joined:
    Jul 18, 2013
    Messages:
    24
    Likes Received:
    0
    Location:
    UK
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .slide .video{
    float:none;
    }
    This will solve your issue.
     
  6. paul4168

    paul4168 New Member

    Joined:
    Jul 18, 2013
    Messages:
    24
    Likes Received:
    0
    Location:
    UK
    Thank you Gourav

    That fixed it cheers have a good weekend.
     
Thread Status:
Not open for further replies.

Share This Page