Archived topic
Right align image in Author Box
3 replies · Started by Dave on February 8, 2023
Viewing posts 1–4 of 4
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/
Hi Dave,
Can you try adding this through Appearance > Customize > Additional CSS:
@media (min-width: 1025px) {
.single-post div#authorBox img {
float: right;
}
}
That worked, thanks Fernando!
You're welcome, Dave!
This archived topic is closed to new replies.