Carousel Text is cut off

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Dec 6, 2014.

  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    The carousel text is cut off as you can see in the attached screen shot. Can you please help fix this issue?

    Thanks,
    Mike


    carousel text.png
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Could you please share us your website link of that page so that we can check your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #slider_wrapper #cc_carousel {
    max-height: 120px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi Yogesh,

    Thanks a lot! Now I can see the full text of the add in the slider.

    But why the text is not aligned under the pictures properly?

    Thanks in advance!

    Mike
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #slider_wrapper li {
    text-align: center;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page