all code is listed here:
.home .site-logo {
position:fixed; top:0%; left:0%;
}
.home #mainnav {
position:fixed; top: 2.25%; left:7%;
}
.site-header { position:fixed !important; top: 0 !important; left:0% !important;
height: 70px !important;;
border: 0px !important;;
background-color: rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (max-width: 647px) {
.text-slider-section {
top: 65%;
}
}
.site-logo {
max-height: 70px;
}
.text-slider {
text-align: left;
padding-left: 4%;
margin-top: 50%;
}
.maintitle::after {
display: none;
}
.home
reference in your CSS is specifically styling things with the class “home”. And that most likely only happens on your home page. Remove .home
from your CSS and see what happens.
]]>