Is there a way to set the top margin of an anchor link for a row in the latest version of Helix Ultimate and SPPB?
I have a sticky header and would like to stop the new row below the sticky header.
Unfortunately, inserting an ‘invisible row’ does not look good in the result, the space between the columns is too large.
I have tried the following code in customs.css and entered it in the ‘css class’ field, unfortunately without success.
/ Klasse für Anker-Links mit oberem Rand /
.anchor-link {
scroll-margin-top: 50px;
}
entry in field css.class = .anchor-link
but it was ignore