Reducing the gutter/gap below the header
-
Ben,
I am getting SO very close to what I want. The previous issues have been resolved except for the following:I originally had a CSS to reduce the gutter/gap below the header. Now that I have the header completed, it’s frozen, it has the right color, and I can see all the words correctly, the following code does not work:
}
.main {
padding-top: 0;
}
.sidebar-primary-container {
padding-top: -0 !important;
}
.breadcrumb-trail {
padding-top: 0.75em;
padding-bottom: 0.75em;I am thinking it’s because the header scrolls. Is there a way to reduce that gap so the content is closer to the header?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Reducing the gutter/gap below the header’ is closed to new replies.