-
Hello,
I have an issue with the Site Settings - Global CSS.
I have tested it and added the following code to my Global CSS:
.yummy .main-top-navbar.navbar-inverse, .yummy .navbar-inverse {
position: fixed;
background-color: #ffffff;
left: 0;
top: 0;
right: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.11);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
min-height: 90px;
z-index: 1030;
-webkit-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
padding-top:14px;
padding-bottom:0px;
}Basically, I am trying to change the appearance of a built in navigation.
When I click preview, the changes show up, without any issue. But when i reload or launch the Site Builder again, the page shows empty ( blocks are missing ). If i remove the Global CSS added by me, and save again, everything is back to normal in the builder (without the css changes, of course).
PS: I managed to find what was causing this issue. The problem seems to appear when I add " position: fixed " in the global css. When I add that line, basically, the navigation disappears in the Website builder. Maybe you can look into this.
How can this be fixed?
Thanks
The topic ‘Global CSS – Site Settings’ is closed to new replies.