Announcement

Collapse
No announcement yet.

Issue with Dropdown menus in Firefox on a PC

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Issue with Dropdown menus in Firefox on a PC

    Hi - we are having issues on a PC with Firefox that the dropdown menus do not work on the page builder storefront:
    https://www.elizab.com

    I don't have any issues on my Mac with Safari or Chrome. See attached photo of the issue on PC with Firefox.
    Attached Files
    Dana Evans
    ------------------------------

    Eliza B. & Leather Man Ltd.
    P.O. Box 57
    Essex , CT 06426
    1-800-243-6681

    http://www.elizab.com
    http://www.leathermanltd.com
    http://www.austinjeffers.com


    #2
    It looks like the hero component and the navigation bar both have a z-index of 1.

    An easy fix for this would be the change the z-index on .navigation-bar from 1 to 2 (or remove it altogether)

    HTML Code:
    .navigation-bar {
    border: solid #dedede;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 0;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
    position: relative;
    text-align: center;
    z-index: 2;
    }
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    Working...
    X