Why is the navigation bar missing on my custom consultation page?

Hi all,

I am creating a page in my site for people to book consultations. I had to create a custom page because the add section button was not working on the new page, having me to manually add things in on the go for the Consultation page. well now the nav bar at the top is not showing up. I went into my inspector tools and it says that it’s there but its not showing anything. I tried to check out the CSS to see if it was hidden, still nothing.

Would love to get this resolved quickly, here is my site. https://virtual-skin-care.myshopify.com/

@blakelower8

sorry for that issue your theme code doesn’t proper loaded

but can you please try this code its work

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
@media (min-width: 1080px) {
.navigation-wrapper:not(.navigation--loading):not(.navigation--loaded) {
    display: inline-block;
    vertical-align: middle;
opacity: 1;
text-align: center;
}
.navigation .navigation-menu a {padding: 17px 25px;}
}

The CSS does not allow me to paste and save this