Sidebar Widget

This topic contains 6 replies, has 3 voices, and was last updated by  Paolo 5 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #455983

    annabella
    Expired Member
    Post count: 42

    Hello I just upgraded from V1 to V2. Having some issues with my sidebar widget formatting and wondered if you could point me in the right direction. Previously had custom css in v1 from this support forum, but do not see a location in V2 to add it. Details in the private reply.

    #455984

    annabella
    Expired Member
    Post count: 42
    This reply has been marked as private.
    #455998

    Paolo
    Site Admin
    Post count: 31206

    CSS can now be added via WordPress customizer.

    The code will most likely need to be updated for GDv2 classes and IDs, because the markup isn’t identical.

    Thanks

    #455999

    Paolo
    Site Admin
    Post count: 31206

    If you show us how it used to be we can probably help…

    #456034

    Kor
    Moderator
    Post count: 16516

    Hi Anna,

    Thanks for your reply. Could you try inserting the custom CSS code below and see if it fixes the issue you had there?

    
    
    .geodir-image-container ul.geodir-images li img {
        height: 100%!important;
    }
    
    .geodir-widget-posts li {
        background: none!important;
    }
    
    .gd-rating-info-wrap .gd-list-rating-stars {
        display: block!important;
    }
    
    .gd-fav-info-wrap {
        float:left!important;
    }
    #456051

    annabella
    Expired Member
    Post count: 42

    That did help. The only thing that is left if a space between widget title and “view all”
    Thanks!

    #456091

    Paolo
    Site Admin
    Post count: 31206

    Please add this:

    
    
    .geodir-viewall {
    
        float: right;
    
    }

    Thanks

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