Adjust the location of "Read Me" in the smartphone view

Discussion in 'BlackBird WordPress Theme' started by ekim2wheels, Apr 17, 2014.

  1. ekim2wheels

    ekim2wheels New Member

    Joined:
    Mar 14, 2014
    Messages:
    18
    Likes Received:
    0
    In the smartphone view the "Read Me" button is too far from the content (see attachment). How can I move the "Read Me" button up?
     

    Attached Files:

  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: 767px){
    .feature-content .feature-content-inner p {
    margin-bottom:0;
    }
    .feature-content-inner .read-more{
    margin-top:0;
    height: 32px;
    padding: 16px 0 0 0;
    }
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page