Hi one more time,
the link to the contact page behind the inserted picture (“direkt_kontakt_small.png”) in my header.php doesn’t work the moment I insert the quick CSS (for keeping the image away from the very right side of the page).
The code in the header.php:
<div class=”bok”></div>
The Quick CSS:
.bok { margin-right: 400px; }
When I delete the Quick CSS, the link is working. Please help.
Thank you,
Jan :)
Hi jansthh!
Can you post the link to your website Jan? I was the one helping you to set it i remember but i could not find “Direkt Kontakt” button on the website you have on your profile. Please apply custom CSS code and then let us know so we can take a look :)
Best regards,
Yigit
Hi Jan!
Please add following code to Quick CSS
.bok {
z-index: 999;
position: relative;
}
Regards,
Yigit
Thanks! Now it works :)