E Nai

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Clear Link Stopped Working #14950
    E Nai
    Participant

    Still not seeing the clear link. I just added some CSS as you suggested, here is what it looks like when I do the inspect in the browser (I could not copy the lined that was running thru values that were overridden so I noted in ** where those showed a line going thru it)

    Under Pseudo elements

    a.pta-sus-link.clear::after {
    visibility: visible !important;
    }
    .clear::after {
    content: “.”;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

    Under This Element

    element {
    }
    a.pta-sus-link.clear {
    visibility: visible !important;
    }
    .clear {
    min-width: 0;
    display: inline-block; **lined out**
    display: block;
    }
    .clear {
    clear: both;
    display: block; **lined out**
    overflow: hidden;
    visibility: hidden; **lined out**
    width: 0;
    height: 0;
    }

    In the Signup Sheet settings, the Use divs and disable plugin CSS are NOT checked. In the sheets themselves, show clear links for signups IS checked and # of days to clear is set to 0.

Viewing 1 post (of 1 total)