How can I reduce the gap between the .flex-caption-wrapper and the Slider image

Discussion in 'RoadFighter WordPress Theme' started by johnwebtrends, Sep 9, 2013.

  1. johnwebtrends

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
    I want to reduce the margin from the bottom of the flex caption wrapper to the bottom of the slider image by around 10px- Ist this possible?
     
  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:
    .flex-caption{
    bottom:10px;
    }
    Adjust its value as per your requirements.
     
  3. johnwebtrends

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
    Sorry this does not move the flex caption wrapper-
     
  4. Gourav

    Gourav Support Staff

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

    Do let us know your website link.
     
  5. johnwebtrends

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
  6. Gourav

    Gourav Support Staff

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

    We have checked your website and it seems that by mistake you have forgot to close the curly braces in your code, close the curly braces,code will works fine.

    2013-09-09_1806.png
     

Share This Page