Smartphone display formatting

Discussion in 'Andrina WordPress Theme' started by mindshop, May 23, 2014.

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

    mindshop New Member

    Joined:
    Aug 28, 2012
    Messages:
    29
    Likes Received:
    0
    Location:
    Italy
    Dear Support,
    I have installed the latest Andrina version.
    Using a smartphone, I see the label button "Read More" (Leggi) in the Home Page, Blog Section, aligned to the right and unreadeable.
    What do you suggest to fix the issue?
    Thank you.
    Best, M
     
  2. mindshop

    mindshop New Member

    Joined:
    Aug 28, 2012
    Messages:
    29
    Likes Received:
    0
    Location:
    Italy
  3. 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){
    .bottom-feature-left-inner a.index-read, .content-bar .post .read_more{
    padding-left:0px;
    }
    }

    Thanks & Regards
    Gourav Shrivastava
     
  4. mindshop

    mindshop New Member

    Joined:
    Aug 28, 2012
    Messages:
    29
    Likes Received:
    0
    Location:
    Italy
    It works! Thanks so much.
    Michele
     
Thread Status:
Not open for further replies.

Share This Page