Reply To: Header in standard post using masonry

Home Forums Support Header in standard post using masonry Reply To: Header in standard post using masonry

Home Forums Support Header in standard post using masonry Reply To: Header in standard post using masonry

#181177
Tom
Lead Developer
Lead Developer

Very tough to do without javascript I believe.

Give this CSS a shot:

:target:before {
	content:"";
	display:block;
	height:60px; /* fixed header height*/
	margin:-60px 0 0; /* negative fixed header height */
}