Site logo

[Resolved] Right align image in Author Box

Home Forums Support [Resolved] Right align image in Author Box

Home Forums Support Right align image in Author Box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2526271
    Dave

    Hi Guys,

    Is there some CSS code I can use to right align the headshot image in my Author box? You can see the author box at the bottom of the post below. Ideally I’d like the image to be right aligned on desktop and centered on mobile.

    https://www.irreverentgent.com/best-dr-squatch-alternatives/

    #2526578
    Fernando
    Customer Support

    Hi Dave,

    Can you try adding this through Appearance > Customize > Additional CSS:

    @media (min-width: 1025px) {
        .single-post div#authorBox img {
            float: right;
        }
    }
    #2526626
    Dave

    That worked, thanks Fernando!

    #2526630
    Fernando
    Customer Support

    You’re welcome, Dave!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.