Site logo

Archived topic

Author Gravatar overlapping with description

3 replies · Started by Franklin on November 15, 2022

Viewing posts 1–4 of 4

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.