[Resolved] Ninja Form not showing up

Home Forums Support [Resolved] Ninja Form not showing up

Home Forums Support Ninja Form not showing up

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • #1280070
    Andrew

    Diabled the LSC plugin completely and manually put cloudflare to dev mode. I also flushed browser cache (Edge) and checked in Chrome and I can see the form.

    #1280071
    Andrew

    screenie.JPG

    #1280076
    Leo
    Staff
    Customer Support

    Yup I can see the form now.

    Diabled the LSC plugin completely and manually put cloudflare to dev mode.

    Please always do this when we ask to turn off the caching plugins. It really helps us to get to the issue quicker.

    Looks like the issue is coming from Ninja form adding margin-right: 35%:
    https://www.screencast.com/t/eSGCdOGzc

    You can try to overwrite it with the same CSS selector.

    #1280079
    Andrew

    Yeah sorry, usually disabling it all from the plugin works.

    Do you have any idea how to overide that? The depth of that CSS does my head in. ๐Ÿ™

    #1280082
    Leo
    Staff
    Customer Support

    You’d use the exact same CSS selector as my screenshot:

    .label-right .nf-field-description {
        margin-right: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1280452
    Andrew

    Well I’ve exhausted my knowledge on this. Adding these to my custom CSS hasn’t worked and I’ve tried a range of things that also didn’t work.

    Unless you guys are feeling generous enough to help work it out, then we can mark this ticket as resolved.

    Thanks for your help.
    Andrew

    #1280589
    David
    Staff
    Customer Support

    Try this CSS:

    #nf-field-48-container.checkbox-container.label-right .nf-field-label {
        width: 20%;
    }
    
    #nf-field-48-container.checkbox-container.label-right .nf-field-description {
        margin-right: 0;
    }
    #1280596
    Andrew

    David, I think I now have a man crush. You are a legend my friend.

    #1280604
    David
    Staff
    Customer Support

    Haha ๐Ÿ™‚ Glad to be of help.

Viewing 9 posts - 16 through 24 (of 24 total)
  • You must be logged in to reply to this topic.