New tab layout on smaller screens

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

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

Open Support Ticket
  • Author
    Posts
  • #53016

    urbanfix
    Expired Member
    Post count: 310

    Hi, i wish to make the new design of the menu (when you’re using a smaller screen/device/mobile) display on all screen sizes, its a great improvement on the other view!
    Any ideas how to do this?
    Thanks,
    UF

    #53142

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you should be able to do it with CSS only:

    
    
    #geodir-tab-mobile-menu {
        display: block;
    }
    #gd-tabs .geodir-tab-head {
        display: none;
    }

    I haven’t properly tested, but I don’t see why it wouldn’t work.

    Let us know how you went.

    Thanks

    #53279

    urbanfix
    Expired Member
    Post count: 310

    Hi @paolo,
    That works a treat!
    Please mark as resolved,
    Thanks!
    UF

    #53281

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

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