CPT icons title overlay

This topic contains 11 replies, has 2 voices, and was last updated by  Mike Anderson 5 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #450100

    Mike Anderson
    Expired Member
    Post count: 53

    Hi,
    I have tried variations on these settings you provided

    .gd-cpt-widget-list .gd-cpt-wrow {overflow: initial:}
    .gd-cpt-widget-list {margin-bottom: 50px;}
    .gd-cpt-widget-list .gd-cpt-wrow .gd-cpt-name {height: 40px;}

    nothing I have tried gets the title from overlaying the icon image, i have tried adding margin to just the icons using .gd-cpt-img but the title does not move down.

    Also the text no longer wraps in the boxes, cropping the titles off.

    Any help much appreciated,
    Mike

    #450119

    Kor
    Moderator
    Post count: 16516

    Hi mike,

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

    
    
    img.gd-cpt-img {
        width: auto!important;
    }
    
    .gd-cpt-wrow .gd-cpt-img {
        padding-bottom: 40px;
    }
    
    .gd-cpt-widget-list .gd-cpt-wrow .gd-cpt-name {
        white-space: normal;
    }
    #450128

    Mike Anderson
    Expired Member
    Post count: 53

    Very cool thank you Kor,
    Is there a way to get the titles to top of the title box and remove the hairline box around the icon and title.
    TIA
    Mike

    #450356

    Kor
    Moderator
    Post count: 16516

    Hi Mike,

    Thanks for your reply. Moving the titles to the top seems not possible using custom CSS. But you can remove the box using the code below.

    
    
    .gd-cpt-widget-list .gd-cpt-wrow {
        border: 0px !important;
    }
    #450362

    Mike Anderson
    Expired Member
    Post count: 53

    Thanks Kor,
    That what I found with the titles. Thanks for the bounding box css.
    Mike

    #450375

    Mike Anderson
    Expired Member
    Post count: 53

    Hi Guys,
    Unfortunately that bit of css didn’t work, screengrab attached.
    Mike

    #450376

    Mike Anderson
    Expired Member
    Post count: 53

    Forgot the screengrab. Attached

    #450460

    Kor
    Moderator
    Post count: 16516

    Hi Mike,

    Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.

    #450528

    Mike Anderson
    Expired Member
    Post count: 53
    This reply has been marked as private.
    #450533

    Mike Anderson
    Expired Member
    Post count: 53
    This reply has been marked as private.
    #450573

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #450594

    Mike Anderson
    Expired Member
    Post count: 53

    Thanks Kor,

    It must of been caching, I tried 2 different browsers as well.

    Mike

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

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

Open Support Ticket