Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #212836

    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 :)

    #212901

    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

    #213369

    Hey Yigit,

    yes, sorry. it’s http://www.webigami.de/skcc

    Please see the screenshot:Code in header.php for an inserted image (KONTAKT) with a link to the contact page

    Thanks!

    Jan :)

    #213375

    Hi Jan!

    Please add following code to Quick CSS

    .bok {
    z-index: 999;
    position: relative;
    }

    Regards,
    Yigit

    #213381

    Thanks! Now it works :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Link doesn't work with Quick CSS’ is closed to new replies.