Archived topic
empty space between the content and the header
4 replies · Started by omer on October 22, 2016
hi tom ,
in every page that i open there is an
empty space between the content and the header
that i need to change in manually in css .
can you give me a global code for fixing that problem .
here is a link you can see it better
my website : http://www.buildingawebsite.co.il/
thanks
Hi there,
Try this CSS:
.entry-content {
margin-top:0;
}
this code good just for this page !
what about the other pages ?
i figure it out tom i put this code to the other pages :
main#main {
margin-top: 0px!important;
}
i like you tom you are the best
Glad you got it sorted :)