Tagged: x
-
AuthorPosts
-
March 22, 2017 at 12:43 pm #1416531
Question, There is a white line below the navbar/above slider revolution that I am trying to remove. If you scroll down the line is removed and only seems to appear full screen. I’m sure I have some CSS wrong. This is the CSS that I have to make the navbar full width with links in the centered.
Thanks for your help..masthead .x-container-fluid {
max-width: none;
width: 100%;
}.x-navbar .x-container.max {
max-width: 100%;
}body .x-navbar .x-nav-wrap.desktop .x-nav li {
float: none;
display: inline-block;
}body .x-navbar .x-nav-wrap.desktop .x-nav {
width:100%;
text-align:center;March 22, 2017 at 3:29 pm #1416757Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
March 22, 2017 at 4:12 pm #1416805March 22, 2017 at 10:35 pm #1417156Hello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.x-navbar-fixed-top-active .x-navbar-wrap { margin-bottom: 0 !important; }
Thanks.
March 23, 2017 at 10:47 am #1417831Thank you that worked.
March 23, 2017 at 12:08 pm #1417939You’re most welcome.
-
AuthorPosts