padding-top hides links on blog page
-
The links to posts (H2.entry-title) on this blogpage do not react. Neither do the “read further” (“verder lezen”) links. Except for the post lowest on the page.
On inspection (F12 in Chrome) it becomes clear the links are hidden by a css style tag attached to the links on H2.entry-title:
element.style {
padding-top: 25em;
}When I toggle the padding-top off, the problem is solved. Normally I can copy the corrected css code to for instance the extra css in customizer. However, because this is the blog page, I do not know where this style tag is defined. I can change the css for any particular element, but not for this one.
This is the html:
<span style=”padding-top:25em;” id=”<a-href="https://leerlingmotivatie.nl/privacy-en-kosten/"-rel="bookmark">privacy-en-kosten“>Privacy en kosten</span>How can I effectively change the css or the html of the blog page here?
Thanks for taking a look!
The page I need help with: [log in to see the link]
- The topic ‘padding-top hides links on blog page’ is closed to new replies.