BuddyDev

Search

[Resolved] Formatting of posts page

  • Participant
    Level: Initiated
    Posts: 16
    Scooter on #52541

    Hi,

    Using BuddyBlog Pro. On the profile posts page, Where there is profile photo, profile name and post date, the excerpt is pasted directly beneath with no spacing between them. Is it possible to add space after the date?

    E.g.

    Scooter
    May 14, 2024
    Some text here

    Would like to change to e.g.

    Scooter
    May 14, 2024

    Some text here

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3096
    Ravi on #52543

    Hello Scooter,

    Thank you for posting. This can be easily doable with some CSS rule. Please share the profile post’s link, I will share the code.

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 16
    Scooter on #52547
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3096
    Ravi on #52548

    Hello Scooter,

    Thank you for sharing the link. Please try the following CSS rule:

    
    .single .bbl-posts-list .entry-meta {
        margin-bottom: 15px;
    }
    
    

    Please give it a try.

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 16
    Scooter on #52549

    Works perfectly, thanks Ravi.

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3096
    Ravi on #52552

    Hello

    Thank you for the acknowledgement. I am glad that I could help.

    Regards
    Ravi

The topic ‘ [Resolved] Formatting of posts page’ is closed to new replies.

This topic is: resolved