Badge CSS Selector

This topic contains 3 replies, has 3 voices, and was last updated by  Alex Rollin 4 years, 4 months ago.

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

Open Support Ticket

Tagged: , ,

  • Author
    Posts
  • #523311

    Sudell Sudell
    Expired Member
    Post count: 34

    I have tried everything but i cant find the right css selector to make the featured badge 100% width of the sidebar.

    https://guttercleaners.directory/places/sudell-services-limited/

    #523313

    Kor
    Moderator
    Post count: 16516

    Hi Sudell,

    Thanks for your post. Try using the custom CSS code below and see if it helps.

    .gd-badge-extra-large .gd-badge,.gd-badge-meta {
        width: 100%;
    }
    #523314

    Sudell Sudell
    Expired Member
    Post count: 34

    Thankyou, how do i apply this rule just to this specific badge in this widget?
    I have added this class to the GD Post Badge widget if it helps? .featured-pro-detail-page
    }

    #523320

    Alex Rollin
    Moderator
    Post count: 27815

    Please try

    
    
    
    div#gd_post_badge-2 {
        width: 100%;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

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

Open Support Ticket