• Resolved mira404

    (@mira404)


    Hi, Recently I install the Ezoic plugin because I integrate my website with Ezoic ads. For this reason, broke some CSS, Check the below screenshot:

    Before: https://prnt.sc/qq66QWYpZG9G
    After: https://prnt.sc/UbCKRDu6eft4

    When I uninstall the ezoic plugin the issues are automatically fixed. Can you please check?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @mira404

    If Ezoic breaks the inline CSS rules, you have two alternatives:

    – You can insert the symbol directly instead of its code

    – Or you can create a custom template and use it with your form. And enter the styles definitions in the template files.

    Please, read the following blog post:

    https://cff.dwbooster.com/blog/2021/09/27/create-new-form-template

    Best regards.

    Thread Starter mira404

    (@mira404)

    Hi, I’m currently using this code:

    /* Desktop */
    @media screen and (min-width:710px){
    #fbuilder .my-class .cff-summary-value::before{content: “—” !important; display:inline-block !important; padding-right:200px !important;}
    }

    /* Mobile */
    @media screen and (max-width:710px){
    #fbuilder .my-class .cff-summary-value::before{content: “—” !important; display:inline-block !important; padding-right:30px !important;}
    }

    How do solve please let me know.

    Plugin Author codepeople

    (@codepeople)

    Hello @mira404

    I’m not sure where you are editing the styles, but your website continues loading the previous style definition. Please, look at the screenshot:

    Note you have a plugin active to handle the website’s cache. So, you should purge the cache after editing the styles.

    Please, look at the screenshots below. I edited the styles directly in the browser’s console:

    and

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Broken Css’ is closed to new replies.