Support » Themes and Templates » Formatting WordPress Links Widget

  • Hey guys. I’m fairly new to wordpress, but none of my searches are coming up with anything to help me. Basically, I want to edit the layout of the output from the Links Widget.

    http://ezginc.net/

    Thats my site, and I’m using the links widget to post recent reviews from the site. (I’ve got it setup already as a preview) But at the moment its fairly ugly. I’d like to align the title of the link with the top of the image and then start the description just below the title.

    Let me know if anyone has a suggestion for a different way to accomplish what i’m trying to do. Thanks ahead of time guys, I appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • add something like this at the end of style.css:

    .blogroll li { float:left; margin:10px auto;}
    .blogroll li a img { float:left; clear:left; margin-right:10px;}
    .blogroll li a {display:block; margin-bottom:5px;}
    Thread Starter fluxxii

    (@fluxxii)

    Hm, bravo. Thanks a ton, worked flawlessly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting WordPress Links Widget’ is closed to new replies.