Need a simple fix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EN1GMA
    Confirmed User
    • Nov 2005
    • 1252

    #1

    Need a simple fix

    Hello guys,

    I need some help here.

    I have this website:
    http://www.adultdir.org/Adult_Blogs/

    But the listings appears a little weird.
    I had an old thumbshots.com that has stop to show the website screenshots.
    So I only replaced by the new one.

    Please check how listings appears in the past:
    http://web.archive.org/web/201303211...g/Adult_Blogs/

    Any idea how to make to appear the same listings?

    Here is my current code:
    http://paste2.org/sDnWs1vG

    I really appreciated if someone could help me, thanks!

    Regards,
    Tim
  • servcrate
    Registered User
    • Oct 2011
    • 85

    #2
    Listing looks fine to me .. have you corrected it?
    support [at] servcrate.com
    ICQ : 681881161
    Portfolio -> adult.coderscab.in

    Comment

    • EN1GMA
      Confirmed User
      • Nov 2005
      • 1252

      #3
      Yes, solved adding this to CSS:

      Code:
      td {
          padding: 0px 3px 20px;
          vertical-align: top;
      }
      .listheading {
          font-size: 9pt;
          font-weight: bold;
          padding: 3px 15px 0px 0px;
          margin-top: -97px;
          margin-left: 20px;
      }
      
      span.link {
      padding: 0px 0px 0px 133px;
      }
      The only problem now, is when the website have a description, appears hover the thumb, like this:
      http://i.imgur.com/h2pLDA5.png

      Is easy to fix the problem?
      http://adultdir.org/Adult_Forums/

      Comment

      • spankalot
        Confirmed User
        • Nov 2012
        • 107

        #4
        Seems like you removed the description... If you still need help I can help you out... I just need the html structure, so once you put it back let me know
        To contact me use email: 4spankalot [at] gmail [dot] com

        Comment

        Working...