Home Forums WoodMart support forum Hide top bar in mobile view

Hide top bar in mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #30794

    duolon
    Participant

    Hi, is there anyway to hide the top bar in mobile view and make the menu bar fixed?
    I would like to use it directly in app. Thanks.

    Attachments:
    You must be logged in to view attached files.
    #30811

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    Could you please provide us your website link so we can check your current configuration and see what you can do there?

    Kind Regards
    Xtemos

    #30843

    duolon
    Participant

    The information is stated below:

    #30851

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to remove the top bar

    .topbar-wrapp {
    	display:none;
    }

    And you have a sticky header on mobile devices the same as on the desktop. We can’t make your mobile header sticky.

    Regards

    #30865

    duolon
    Participant

    Hi, thanks for information. The code is working perfectly.

    As for fixed header. Can it be done if I am not using or disable the sticky menu?

    Thank you.

    #30869

    Artem Temos
    Keymaster

    Sorry, but it is not possible for this header layout. You can try split or eCommerce header layouts to achieve this.

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