Entry Text in Slider

Discussion in 'ToomMorel WordPress Theme' started by hlerner, May 19, 2013.

  1. hlerner

    hlerner Member

    Joined:
    Jan 9, 2013
    Messages:
    40
    Likes Received:
    1
    Hi,

    I would like to display both the entry text AND the slider image in the narrowest mobile version of ToomMorel. As it is now, when the width of the screen is narrow, the image remains but the text drops off. I think the text is more important than the image. Can these defaults be changed? Thanks!
     
  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){
    .slide .entry{
    display:run-in;
    }
    }
     

Share This Page