Still not optimized

Discussion in 'RoadFighter WordPress Theme' started by mcfadyen77, Aug 2, 2013.

  1. mcfadyen77

    mcfadyen77 New Member

    Joined:
    Jul 22, 2013
    Messages:
    8
    Likes Received:
    0
    Ugh...thought it was fixed but isn't. This theme isn't great for mobile viewing. This is what my slider looks like now, after optimizing usi g the settings suggested last week. Please help!

    image.jpg
     
  2. 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:
    @media only screen and (max-width: 1140px) and (min-width: 960px){
    .flex-caption {
    width:640px;
    bottom:8px;
    }
    }
    
    Adjust its value as per your requirements.
     

Share This Page