diff --git a/_layouts/collection/collection_refpage.html b/_layouts/collection/collection_refpage.html
index c0ab7fed..eea9707a 100644
--- a/_layouts/collection/collection_refpage.html
+++ b/_layouts/collection/collection_refpage.html
@@ -24,7 +24,8 @@ layout: content
{% for item in all_items %}
{% unless item == "" %}
-
{{ item }}
+
+ {{ item }}
{% for plugin in site[page.collection] %}
diff --git a/assets/index.css b/assets/index.css
index 9918f678..855aa779 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -99,4 +99,11 @@ layout: empty
.plugin_links {
@apply mb-0 italic
}
+
+ .anchor {
+ display: block;
+ position: relative;
+ top: -4.5rem;
+ visibility: hidden;
+ }
}