Reply To: Header post gap and translation issues

#21111
InvYor
Participant

You can do first part with css…

.site-content {margin-top:20px;}
.archive-header.page-header {display:none;}

The .archive-header.page-header pulls in a photo typically so you are just disabling it to not show, the css will hide that div across every page that it appears. The margin-top can be any number depending on how much space you want.