• Resolved Mew

    (@gokumew2)


    Hi.

    I want to have my posts displayed as:
    Title (date) – Excerpt

    I used to be able to just add in a space in the date area in the shortcode to get that extra space before the hyphen, but now it shows up as “Title (date)- Excerpt” no matter what I do. Is there a way to get a space in before the hyphen? Or better yet, is there a way to insert a line break after the date so it’d be:
    Title (date)
    Excerpt
    ?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Thanks for the request.

    Adjustments to the visual look of the output requires CSS. The following CSS should accomplish what you’d like (display excerpt on new line and hide the dash):

    .display-posts-listing .excerpt { display: block; }
    .display-posts-listing .excerpt-dash { display: none; }
    
    Thread Starter Mew

    (@gokumew2)

    PERFECT! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add space in display’ is closed to new replies.