move the slider description box and button to left

Discussion in 'RoadFighter WordPress Theme' started by deveshd, Jan 9, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I move the slider description box & button to left and also, how do I increase the width of the slider description box.? See attached screenshot. URL:http://webworxworld.com/client-demo3/
    Screen Shot 2015-01-09 at 2.20.14 PM.png
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi deveshd,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    @media only screen and (max-width: 1800px) and (min-width: 320px){
    .flex-caption {
    width: 650px;
    left: 5%;
    }
    }
    Note : You can change width and position according to your need.

    Thanks
    Praveen
     

Share This Page