I put the following styles in the custom styles area:
#header {
position: relative !important;
}
.Hero {
width: 100%;
top: 0;
position: absolute;
}
#App {
padding-top: 133px !important;
}
.affix.App:before {
height: 0 !important;
position: absolute !important;
}
For some reason, the only part of the css that works is the .Hero. None of the other css makes it into the stylesheet! I tried using the id, class and various combinations but there's still nothing.
http://forum.devpy.me