Okay
  Public Ticket #3072221
Blog Author Photo & Description
Closed

Comments

  •  16
    manningstinson started the conversation

    Is there a way to make the blog and author description lay on top of each other on small screens? Currently it lays next to each other and I think it would look cleaner with the photo on top and author description below.  Please advise. 

    Screen Size 

    @media only screen and (min-device-width: 320px) and (max-device-width: 480px)

    and 

    @media only screen and (min-device-width: 481px) and (max-device-width: 768px) {}

    Thanks, 

    Manning

  •  1,558
    Laborator replied

    Hi Manning,

    Add this CSS to Custom CSS > Responsive > Extra Small (XS) field:

    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info {
        flex-direction: column;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  16
    manningstinson replied

    Hi Art, 

    That worked perfectly!  Thanks! 

    - Manning