blog page in mobile

Home Forums Legacy Support Support queries Styling issues blog page in mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #384607
    kamhang
    Participant
    Hi, This page use template "blog 1" https://www.swim.hk/?p=30 It shows perfectly in computer. When you surf in the mobile and ipad portrait mode, it can't shows properly. Did I set something wrong, how to fix it? Thank you
    #384674
    Anshuman Sahu
    Keymaster
    Hi please add this custom css in your wp-admin-> appearance -> customize -> custom css :
    @media(max-width:600px){
        .blogpost .excerpt.thumb{
            margin:0;
            margin-top:1rem
        }
        .blogpost .featured{
            max-width: 100%;
            margin:0;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘blog page in mobile’ is closed to new replies.