Hello, I recently installed a plugin called "SEO Blogroll" on my blog which adds a widget in the sidebar and gives you the option to put nofollow on the link. But for some reason the font size of a list for the SEO Blogroll widget is smaller than a regular list. You can see an example here: http://tinyurl.com/c44jhz Scroll to the bottom of the right sidebar and you will see that the list items under "Blogs I Read" are smaller than the items under the other lists. I am using firebug to try and figure it out, but I haven't been able to pinpoint it yet. The css looks the same, but it looks like the font size is being rendered as 12 for the regular lists and 9 for the SEO Blogroll lists. Any help you could provide would be greatly appreciated! Thanks!
hello on your site under blog i read section you write the code this <li class="widget SEO_BG_widget_get_widget_box" id="seo-blogroll"><h2 class="widgettitle">Blogs I Read</h2> <div> <ul> <li><a target="_blank" rel="nofollow" href="http://firefinance.blogspot.com">Fire Finance</a></li> <li><a target="_blank" rel="nofollow" href="http://www.thefinancialladder.blogspot.com/">The Financial Ladder</a></li> <li><a target="_blank" href="http://financeandinvestments.blogspot.com/">Jim's Finance and Investments Blog</a></li> </ul> </div> </li> and in ur css for ul you give a font size 0.75em but problem in your div tag uadd it before start ul please remove it because on ur css you give font size for div is 0.75em and for ul also give font size 0.75em is that is why read i blog section taking 9px font size not 12px so remove div before starting ul and your code working fine
The above poster is correct, you set the font size for divs contained in uls to be 0.75em and in your code the Blogs I Read is contained in a div which is contained in a ul.
Hello, I will try your suggestions; if it works, I will PM you to get your paypal information. Thanks! D
Thanks it worked! Unfortunately you (html master) have turned PMs off... please PM me your paypal for payment! Thanks, D
I apologize for the delay; I had posted a project which received a ton of responses so your pm got lost the shuffle. I've just sent payment, please confirm here.