Home Forums WoodMart support forum nav bar size

nav bar size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #421466

    alin.horne
    Participant

    Hello,

    On some devices, the nav bar is overlapping with the phone bar (the one with arrows for back to the previous page for example). I need to add a space below (10px-15px). In this way, the buttons will be a little bit up, and can be easy pressed. Can you help me please with this?

    Thank you
    Alin

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

    Hello,

    Sorry to say but it is difficult to adjust the Mobile bottom nav bar in terms of the real Mobile bar, but you can try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile area:

    .wd-toolbar {
      top: 42em !important;
    }

    You can change the value of the Top property here according to the choice that best suits you.

    Best Regards

Tagged: 

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