Missing the top of the new ribbon

This topic contains 6 replies, has 4 voices, and was last updated by  John Padget 9 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #37549

    John Padget
    Expired Member
    Post count: 13

    Hi, i’m using the GDF with the GD Modern theme and the ‘new’ ribbon on the thumbnails have the top cut off (see screenshot), this has been like this since the installation.

    Any ideas?

    Thanks

    #37553

    Simone
    Expired Member
    Post count: 3515

    Hello, try to add this in your style.css

    
    
    .geodir_new_listing {
    margin-top:0px !important;
    }
    #37558

    John Padget
    Expired Member
    Post count: 13

    Thanks Simone, that works in bringing the ribbon down into the picture but it’s supposed to look like it’s going over the top and around the picture so doesn’t really work for the desired result?

    #37583

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    this custom css is responsible for this:

    
    
    .geodir-category-listing {
        background: none repeat scroll 0 0 #fff;
        overflow: auto;
    }

    Removing : overflow:auto

    will fix it.

    Thanks

    #37589

    Guust
    Moderator
    Post count: 29970

    It all depends a bit where you have that problem, and without your URL it is not that easy to know.
    But these changes to your css might help (note that some of these are already in the modern stylesheet, so you can just adjust them)

    .geodir_new_listing {margin-top: 2px;}
    #gd-sidebar-wrapper .geodir_new_listing {margin-top: -5px;}
    .geodir-gridview .geodir_new_listing {margin-top: -5px;}
    .geodir-category-listing {overflow: visible}

    #37590

    Guust
    Moderator
    Post count: 29970

    Anybody else wants to help? 🙂 🙂

    #37598

    John Padget
    Expired Member
    Post count: 13

    Done! removing the overflow:auto in the Modern Theme CSS did the trick!

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket