Hi. I’m sorry, I couldn’t understand the problem, despite the link and the information provided. Please try again )
Thread Starter
berky
(@berky)
Hi, it is easy. If you use link with anchor, e.g. https://www.sokollibcice.cz/sokol/co-delat-kdyz/#mam-zajem-o-pronajem-telocvicny-nebo-jineho-sportoviste. The text is not visible due to overlay menu. You have to scroll up to see begening of text…
Could you understand now?
thanks
This is not a theme problem or a malfunction. This is just the way it works. Your anchor plugin, actually, should have a solution for this.
Try adding the following code to Additional CSS:
:target::before {
content: “”;
display: block;
height: 80px;
margin: -60px 0 0;
}
Thread Starter
berky
(@berky)
It works, thank you very much…