Forums

Link Widget: Add a line break tag between Link & Description (2 posts)

  1. ratputin
    Member
    Posted 6 months ago #

    I am using the default link widget in the footer of a site. I have enabled "Show Link Name" and "Show Link Description" for the widget. I would like to have the description to start on a line below the link, but cannot figure out where (what file?) and how (code?) it needs to be entered.

    I have Googled and searched the WP forums but have not found an answer that pertains to WP 3.2.1 or doesn't include a plugin...so I thought I'd ask here.

    FWIW - I "think" I need to be editing the "bookmark.php" or the bookmark-template.php" file under the includes folder...so how far off am I? :)

    Any help is greatly appreciated.

    ~Rat

  2. vtxyzzy
    Member
    Posted 6 months ago #

    This could possibly be done using CSS. Try adding this to the end of your style.css:

    ul.blogroll a {
        display: block;
    }

    If this does not work, please post a link to your site where the problem can be seen.

Reply

You must log in to post.

About this Topic