Archived topic
Author Gravatar overlapping with description
3 replies · Started by Franklin on November 15, 2022
Viewing posts 1–4 of 4
Hi,
Gravatar is overlapping with the author's description on mobile devices.
Can you please help me fix it?
Hi Franklin,
In Appearance > Customize > Additional CSS, you have this code which causes this issue:
.author-box .avatar {
margin-right: 0;
margin-bottom: 10px;
width: 100%;
margin-top: -35px;
}
Specifically, this rule: margin-top: -35px;. Try removing it and see how it goes.
Fixed. Thank you!
You're welcome Franklin!
This archived topic is closed to new replies.