How can I use custom CSS on the site www.izzofit.com to change the distance/padding between the start of the header/nav and the top of the page, as well as the bottom, and between the header and where the page starts?
Also, if I could change the padding between where the text/gallery starts on the page and the beginning of the page too, that'd be great.
#container-content {
padding: 0px 20px 75px
}
and
#navigator header#topBar ul#nav {
padding: 20px 0 0px 0;
margin: 0 0 0 25px;
}
Thanks,
Jared