V2 GD Categories Widget CSS Issue on BB

This topic contains 4 replies, has 2 voices, and was last updated by  Derek Cummings 5 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #455969

    Derek Cummings
    Free User
    Post count: 116

    Hello,

    I’m having a css issue that I can’t figure out. There seems to be an issue with the GD Categories Widget container. No matter what margins I use in Beaver Builder, the bottom of the container is always cut off. I’ve tried various different things but can’t get anything to work. I’m new at css but did try a few things using inspect element with margins and such but couldn’t find a solution…so I’m hoping someone here can help 🙂

    Thanks!

    https://www.jewelleryandgemstones.com/jewelry-and-gemstone-directory/

    #455975

    Kor
    Moderator
    Post count: 16516

    Hi Derek,

    Thanks for your post. Could you share your WP admin access here in private reply so that we could check your GD setup?

    Thanks!

    #456007

    Derek Cummings
    Free User
    Post count: 116
    This reply has been marked as private.
    #456046

    Kor
    Moderator
    Post count: 16516

    Hi derek,

    Thanks for your message. You can use the custom CSS code below to fix it.

    
    
    .geodir-categories-container ul {
        width: auto!important;
    }
    
    .gd-cptcat-row.gd-cptcat-gd_place {
        margin: auto 0!important;
        text-align: center!important;
    }
    #456068

    Derek Cummings
    Free User
    Post count: 116

    Outstanding. Thanks for the epic support!

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

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

Open Support Ticket