Home › Forums › Support › Header in standard post using masonry › Reply To: Header in standard post using masonry
March 23, 2016 at 11:05 pm
#181177
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 */
}