[Support request] nav bar shadow on mobiles does not stay active and rule/line on the bottom of na

Home Forums Support [Support request] nav bar shadow on mobiles does not stay active and rule/line on the bottom of na

Home Forums Support nav bar shadow on mobiles does not stay active and rule/line on the bottom of na

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

    I added the css code for the shadow. It stays on the main nav but once it scrolls it disappears. Also is it possible to add a line to the bottom of the nav bar across the bottom.

    #807901
    Leo
    Staff
    Customer Support

    Hi there,

    Edit your CSS:

    .main-navigation {
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0, .7);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0, .7);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0, .7);
    }

    to this:

    .main-navigation, .sticky-enabled .main-navigation.is_stuck {
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0, .7);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0, .7);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0, .7);
    }

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.