Home › Forums › Support › Left padding for Author Name and Updated Date This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 7, 2020 at 5:52 am #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 October 7, 2020 at 7:03 am #1476465 DavidStaff Customer Support Hi there, try adding this CSS: .single-post .entry-meta { padding-left: 0; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 7, 2020 at 7:12 am #1476479 Sanu Kumar it helped, thanks October 7, 2020 at 7:16 am #1476486 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In