Text in slider doesn't not responsive

Discussion in 'Cloriato WordPress Theme' started by rjvbeek, Apr 29, 2014.

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

    rjvbeek Guest

    Joined:
    Apr 28, 2014
    Messages:
    4
    Likes Received:
    0
    This might be an issue with 2.0.5 (2.0.7 is not available to me). When resizing the live preview of Cloriato from the inkthemes site to the smallest size, the text inside the slider disappears. I want that as the text becomes unreadable when it would stay, but it does not work in my WP installation. Any ideas as to why?

    Link: http://www.europeansystemdynamics.eu/wordpress/
     
  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: 480px){
    #slides .caption p {
    font-size: 10px;
    margin-bottom: 0px;
    }
    #slides .caption{
    width:60%;
    }
    }
    
    Thanks & Regards
    Gourav Shrivastava
     
  3. rjvbeek

    rjvbeek Guest

    Joined:
    Apr 28, 2014
    Messages:
    4
    Likes Received:
    0
    A variation on that works :)
    Decided to hide the p element altogether, thanks!
     
Thread Status:
Not open for further replies.

Share This Page