• Resolved willnev

    (@willnev)


    Hi –

    It possible to have the post excerpt appear on the line below the post title & date? Currently, it display’s all on one line.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could use CSS for that matter. Just apply display:bock to excerpt, title and date classes.

    For example:

    .excerpt {
    display:block;
    }

    Thread Starter willnev

    (@willnev)

    Perfect!!!!

    Thank you so much Luis! I really appreciate your help! You’re awesome!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excerpt On Separate Line’ is closed to new replies.