His
I am trying to hide the Header, footer and post title on my posts and move my content to the top of the page.
I have used:
.x-navbar-wrap {
display: none !important;
}
.x-landmark-breadcrumbs-wrap{
display: none !important;
}
.entry-title{
display: none !important;
}
but I cant work out how to reduce the margin at the top of the page
I also cant see how to remove the footer block
Any help much appreciated
Thanks
A