Supreme theme css

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

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

Open Support Ticket

Tagged: , ,

  • Author
    Posts
  • #358325

    Y A
    Expired Member
    Post count: 156

    Hi,

    Possible bug in Supreme Directory CSS:

    
    
    .sd .geodir_category_list_view li.gridview_onehalf {
        margin: 0 20px 0 0;
        width: calc(50% - 12px);
    }
    
    .geodir_category_list_view li.gridview_onethird {
        margin: 0 15px 0 0;
        width: calc(33.3% - 12px);
    }
    
    .sd .geodir_category_list_view li.gridview_onefourth {
        margin: 0 13px 0 0;
        width: calc(25% - 12px);
    }
    
    .sd .geodir_category_list_view li.gridview_onefifth {
        margin: 0 12px 0 0;
        width: calc(20% - 12px);
    }

    I’m guessing you took the gridview_onefifth code and copied it for other views; but the width (” – 12px”) was not adjusted to the margin (this leads to grids spanning on two rows rather than one)

    #358367

    Kor
    Moderator
    Post count: 16516

    Hi YA,

    Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below.

    Thanks!

    #358651

    Y A
    Expired Member
    Post count: 156
    This reply has been marked as private.
    #359400

    Kor
    Moderator
    Post count: 16516

    Hi Ya,

    It looks great here too. So, do you need any further help?

    Thanks!

    #359635

    Y A
    Expired Member
    Post count: 156

    Hi,

    I didn’t really ask for any help. Just wanted to let you guys know, in case this was a bug that should be fixed in upcoming versions 🙂

    Cheers,
    YA

    #359694

    Paolo
    Site Admin
    Post count: 31206

    I just checked our demo and the css is correct. Something else must be breaking your layout.

    Thanks

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

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

Open Support Ticket