Road Fighter: Custom CSS to expand link text for slider ?

Discussion in 'RoadFighter WordPress Theme' started by dedieo62, Apr 15, 2014.

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

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    How to expand link text (on Road Fighter Theme options) for all the slider ?

    Capture-link-text-for-slider.JPG

    I need more space to write more than 3 words; for example, something like 'I discovered the Restaurant !' ( or 'Je découvre le Restaurant!')...but the link text overflows below ?

    View attachment 4125

    Are there any Custom CSS to allow expand this Link Text ?

    Sincerely Yours,
    Dedieo62


     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flex-caption a.slider-readmore {
    width: 270px;
    background-size: 220px 32px;
    left: -16px;
    } 
    You can adjust the above values as per your requirement.
    This will solve your issue.
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello Piyush,

    Thanks a lot!

    Regards,
    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page