Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author malihu

    (@malihu)

    I can’t really help as I don’t understand what the problem is. Can you send me a link or test page?

    Thread Starter Rafresh

    (@rafresh)

    Plugin Author malihu

    (@malihu)

    This has to do with the theme’s CSS. You could add the following to your stylesheet to normalize target anchors across browsers:

    a.mPS2id-target:{
        display: block;
        height: 0px;
    }
    Thread Starter Rafresh

    (@rafresh)

    did not work … πŸ™

    Plugin Author malihu

    (@malihu)

    Ooops! Sorry my bad!
    Try this:

    a[data-ps2id-target]:{
        display: block;
        height: 0px;
    }
    Thread Starter Rafresh

    (@rafresh)

    same πŸ™

    Plugin Author malihu

    (@malihu)

    I can’t see the CSS rule in your link (http://psichologas1.advelita.lt/). Did you add it in style.css (http://psichologas1.advelita.lt/wp-content/themes/Psichologas1/css/style.css)?

    Thread Starter Rafresh

    (@rafresh)

    yes http://psichologas1.advelita.lt/wp-content/themes/Psichologas1/css/style.css

    ——————————-

    /* ====================================
    ====== MAIN GRID ======================
    ==================================== */
    a[data-ps2id-target]:{
    display: block;
    height: 0px;
    }

    Plugin Author malihu

    (@malihu)

    Ah sorry man, I made a typo :/

    Try this again please:

    a[data-ps2id-target]{
        display: block;
        height: 0px;
    }

    Sometimes I just make stupid mistakes…

    Thread Starter Rafresh

    (@rafresh)

    perfect πŸ™‚

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘bad adjust on FIREFOX’ is closed to new replies.