Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*********************************************
- Fixed Header on homepage only
- *********************************************/
- @media only screen and (min-width: 0px) and (min-width: 769px) {
- /* .builder-module-1-background-wrapper.fix {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1000;
- width: 100%;
- max-width: 100%;
- overflow: visible;
- background: rgba(255, 255, 255, 0.92);
- }
- .admin-bar .builder-module-1-background-wrapper.fix {
- top: 28px;
- }*/
- .home .builder-module-1-background-wrapper {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1000;
- width: 100%;
- max-width: 100%;
- overflow: visible;
- background: rgba(255, 255, 255, 0.92);
- }
- .admin-bar .builder-module-1-background-wrapper {
- top: 28px;
- }
- .home .builder-container {
- margin-top: 115px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement