1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help with CSS on sidebar of blog

Discussion in 'CSS' started by Daphene, Apr 8, 2009.

  1. #1
    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!
     
    Daphene, Apr 8, 2009 IP
  2. Daphene

    Daphene Peon

    Messages:
    105
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Oh and I am willing to pay $10 for someone to get this fixed ASAP. Thanks!
     
    Daphene, Apr 8, 2009 IP
  3. htmlmaster

    htmlmaster Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    htmlmaster, Apr 8, 2009 IP
  4. My220x

    My220x Member

    Messages:
    624
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    35
    #4
    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.
     
    My220x, Apr 9, 2009 IP
  5. soufulow

    soufulow Well-Known Member

    Messages:
    128
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    118
    #5
    So did Daphene pay anyone of you guys? :)
     
    soufulow, Apr 9, 2009 IP
  6. Daphene

    Daphene Peon

    Messages:
    105
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hello,

    I will try your suggestions; if it works, I will PM you to get your paypal information. Thanks!

    D
     
    Daphene, Apr 9, 2009 IP
  7. Daphene

    Daphene Peon

    Messages:
    105
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks it worked! Unfortunately you (html master) have turned PMs off... please PM me your paypal for payment!

    Thanks,

    D
     
    Daphene, Apr 9, 2009 IP
  8. htmlmaster

    htmlmaster Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8

    Daphene did not pay anything i enable my pm and i send my details but still he did not pay.
     
    htmlmaster, Apr 12, 2009 IP
  9. Daphene

    Daphene Peon

    Messages:
    105
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    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.
     
    Daphene, Apr 14, 2009 IP
  10. htmlmaster

    htmlmaster Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    yes i receive payment
    thanks

     
    htmlmaster, Apr 20, 2009 IP