Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #780835

    Hello,

    I’ve got the following custom css

    
    @media only screen and (max-width: 767px) {
    .page-id-162 .slide-entry {
      width:100% !important;
      margin-left:0 !important;
    }
    }
    
    .slide-entry-excerpt {
      padding-bottom:32px;
    }
    

    The time is cut off on every other post in mobile view

    • This topic was modified 7 years ago by feoleb.
    #780863

    Hey feoleb,

    Try adding the following to quick css to the media query you posted above:

    article.slide-entry.flex_column.post-entry{
    padding-top:32px!important
    }

    Let me know if this works for you

    Best regards,
    Jordan Shannon

    #784224

    Hello,

    That did it! Thanks. It looks great on mobile now.

    Brendon

    #784243

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

    #784244

    Hi,

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘website two column blog not displaying properly in mobile’ is closed to new replies.