Forums

[Plugin: Quotes Collection] Line break between quote and author/sources (2 posts)

  1. MartinPWPH
    Member
    Posted 1 month ago #

    Just wondering how I could go about adding a line break under the random quotes in the widgets feature. That way there's a gap between the quote and the author/sources.

    Did it once before but can't remember how to do it :(

    http://wordpress.org/extend/plugins/quotes-collection/

  2. MartinPWPH
    Member
    Posted 1 month ago #

    Worked it out, changed:

    $display = "<p><q>". $random_quote['quote'] ."</q>";

    to

    $display = "<p><q>". $random_quote['quote'] ."</q><br /><br />";

Reply

You must log in to post.

About this Topic