Align image author

Home Forums Gillion Theme Align image author

Home Forums Gillion Theme Align image author

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • juniormartian
    Participant

    On the mobile, the photo of the “author” is out of alignment. How to align to the center?

    Attachments:
    You must be logged in to view attached files.

    Hi @juniormartian,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can help you to align it?

     

    Best regards,
    Shufflehound team

    juniormartian
    Participant

    jrmartian.com.br

    You can align it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 700px){
    #page-container .sh-post-author .sh-post-author-avatar {
        margin: 0 auto;
    }
    }

    juniormartian
    Participant

    if i update the theme, do i lose these settings?

    No, you won’t lose it on updating the theme.

Viewing 6 posts - 1 through 6 (of 6 total)