Place Listing Page (1)

This topic contains 8 replies, has 3 voices, and was last updated by  Paolo 9 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #28349

    taylorsamuel
    Free User
    Post count: 15

    Have a place listing page that has quite a few tabs.

    See example

    All the tabs are click-able on the first line, but none on the second line?

    Any ideas why?

    Martyn

    #28356

    Simone
    Expired Member
    Post count: 3515

    Please provide a link, thanks

    #28364

    taylorsamuel
    Free User
    Post count: 15
    #28373

    Simone
    Expired Member
    Post count: 3515

    ..woah you got a very minimalistic website..sorry can’t help here, it seems the first row is overlapping the second.. I’ll call for help (Stiofan)

    #28382

    taylorsamuel
    Free User
    Post count: 15
    #28386

    Paolo
    Site Admin
    Post count: 31206

    see answer provided in other topic. BTW, 1 topic for both question would have been more than enough.

    Thanks

    #28472

    taylorsamuel
    Free User
    Post count: 15

    Is there way way to force the tab layout to table instead of block?

    I’ve tried using

    dl.geodir-tab-head {
    display: table !important;
    }

    but no joy.

    Table layout appears when used on smaller screens, or browser resized.

    #28529

    taylorsamuel
    Free User
    Post count: 15

    Is there way way to force the tab layout to table instead of block?

    I’ve tried using

    dl.geodir-tab-head {
    display: table !important;
    }

    but no joy.

    Table layout appears when used on smaller screens, or browser resized.

    #28563

    Paolo
    Site Admin
    Post count: 31206

    You can add this to your custom css.

    
    
    dl.geodir-tab-head dd {
        float: none;
        width: 100%;
    }

    display: table will not work on a single element.

    Thx

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

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

Open Support Ticket