• Hi,
    first of all, thank you for the great plug-in!
    Recently, I have problems with my Custom CSS. It only appears when I’m logged in WordPress or disabling Autoptimize. I know this is a frequently asked question, I already tried the solutions I found – but unfortunately with no success.

    The Equal Heights of the blog posts should be only 50px away from the button “read more”.
    My Code:

    @media only screen and (min-width: 1025px) {
      .content-container {
        display: flex;
        flex-flow: column;
        flex: 1 200px;
        min-height: 50px !important; /* HIER DIE HOEHE ANGEBEN */
     }
      
      .content-container p {
        min-width: 300px !important;
      }
      .fusion-button-wrapper {
        flex: 1100px; 
        display: flex;
        align-items: flex-end; 
        justify-content: flex-end; 
      }
    }
    

    I tried:
    – Untick “Also aggregate inline CSS”
    – I excluded .content-container, .fusion-button-wrapper
    – Then I deleted the code in the custom css and made an extra css file: wp-content/Avada/assets/css/equalheight.css and excluded this as well
    – I unticked “minify excluded CSS and JS Files”

    But still, it doesn’t show up, only when I’m logged in to WordPress. I hope you can help me! Thank you

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    All of those _should_ work. do you have a non-production site where you could re-enable AO so I can have a look Julia?

    Thread Starter juliawoelfle

    (@juliawoelfle)

    Thank you for your fast response! I’ll check out if we could do that and get in touch with you again when I know more.

    Thread Starter juliawoelfle

    (@juliawoelfle)

    Unfortunately, I don’t have a non-production site. Is there anything else I could try? Thank you!

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    don’t know, problem is that it _should_ work, if it doesn’t I would need to investigate and to be able to do so I should see it happening?

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

The topic ‘Excluding Custom CSS doesn’t work’ is closed to new replies.