[Resolved] Left padding for Author Name and Updated Date

Home Forums Support [Resolved] Left padding for Author Name and Updated Date

Home Forums Support Left padding for Author Name and Updated Date

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1476350
    Sanu Kumar

    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

    #1476465
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .single-post .entry-meta {
        padding-left: 0;
    }
    #1476479
    Sanu Kumar

    it helped, thanks

    #1476486
    David
    Staff
    Customer Support

    You’re welcome

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