Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Flexform
  • #28088
    steensoegaard
    Member
    Post count: 6

    Hi

    I only have one item in my top bar menu. Is it possible to only show that at top instead of the select page dropdown menu on mobile version?

    The drop down works fine on my main menu and should still be on the site.

    Thanks in advance.

    #28397
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,

    Please provide url , I will see what can be done with css.

    Thanks
    Tahir

    #28398
    steensoegaard
    Member
    Post count: 6
    #28426
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    Sorry it wont work with css. I assign it to other support staff, who can possibly provide a solution.

    Thanks
    Tahir

    #28582
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you try to put this in Custom CSS.

    @media only screen and (max-width: 767px) {
    #top-bar-menu .menu{
    display: block;
    }
    #top-bar .show-menu
    {
    display: none !important;
    }
    }

    Although this is not a part of the free support, I am happy to help you ๐Ÿ˜‰

    Let me know, what you got.

    Thanks,
    laranz.

    #28846
    steensoegaard
    Member
    Post count: 6

    Thank you – that worked!

    And with a little extra css it looks perfect.

    #28967
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad it works ๐Ÿ™‚

    Let me know, if you have any other questions.

    Thanks,
    laranz.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register