thomberto
Member
Posted 2 years ago #
Hello,
I can't quite figure out why the link to AIPLA in my "In the News" section on my right sidebar is on its own line rather than in a normal, fluid sort of style. Any help would be greatly appreciate.
My website is: http://www.athanshogan.com
Thanks again,
-Tom Hogan
It's due to the display : block; in your theme's stylesheet /jq/lib/css/style_serif.css, which puts links on their own line if they're in a widget div:
div.widget a {
display : block;
padding : 5px 0;
font : normal 110% Georgia, sans-serif;
color : #215c97;
}