Home › Forums › Support › nav bar shadow on mobiles does not stay active and rule/line on the bottom of na This topic has 1 reply, 2 voices, and was last updated 4 years, 3 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 11, 2019 at 6:43 pm #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. February 11, 2019 at 6:45 pm #807901 LeoStaff 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 🙂 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In