The navigation menu on my website shifts down when the browser window shrinks. What can I do to either stop this from happening, or have it turn to a mobile drop down instead.
Here is a video of what I’m seeing. https://vimeo.com/319192040
The navigation menu on my website shifts down when the browser window shrinks. What can I do to either stop this from happening, or have it turn to a mobile drop down instead.
Here is a video of what I’m seeing. https://vimeo.com/319192040
Hi Bob,
Thanks for reaching out.
It appears you change the logo color to transparent to hide it, but it still there. To completely hide it, please add this to Theme Options > CSS
.x-brand {
display: none !important;
}
Cheers!
Hmm, I have no idea how that logo got there in the first place. I did not change the color to hide it, I simply didn’t know about it. How do I get rid of that logo ? I don’t see it in the Header Logo Options.
Never mind I figured out how to change that logo finally. lol
Okay, that part is working perfect now. Thank You, it was driving me nuts.
We are just glad that you have figured it out a way to correct the said issue.
We really appreciate for letting us know!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.