hi,
I would you help me for my UX DESIGN

indeed, as you know 80% of users visit the site via smartphone, and I would like my online reservation button to appear when I am on the phone,

and it possible reservations buttons can be a "floating" button, that is to say that it is present on one side of the page and those all along your navigation from page to page or scrolling.

    ludo974 Hi

    I configured the Layout in template to show the header-r position on mobile

    And add this custom css to show the button as you wish:

    @media (max-width: 576px){
      .gtranslate_wrapper{display: none;}
      .not-at-top .logo {
        display: none;
      }
    }

    Kindly check.

    Write a Reply...
    You need to Login to view replies.