Reduce space at top of a page
-
I set the option to remove breadcrumbs, but it did not work, so I added this CSS which did:
.breadcrumb {
font-size: 0px;
list-style: none;
}
However, that leaves a large space below header and above page content. I will appreciate whatever CSS I need to reduce that space. Thank you for your help in this. DavidThe page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Reduce space at top of a page’ is closed to new replies.