Site logo

Archived topic

Left padding for Author Name and Updated Date

3 replies · Started by Sanu Kumar on October 7, 2020

Viewing posts 1–4 of 4

I am using this CSS to design the author gravatar but can I make it to the left or say auto width so it can take place at the left side like my paragraphs, title all are starting from the left side.
Screenshot: https://ibb.co/KWWXDVr


.byline img {
    border: 4px solid #f0027e;
	padding: 3px;
	margin-left: 3px;
	margin-top: 3px;
}

I try to make margin-left: 3px; but it is not moving left

Hi there,

try adding this CSS:

.single-post .entry-meta {
    padding-left: 0;
}

it helped, thanks

You're welcome

This archived topic is closed to new replies.