Title: Excluding Custom CSS doesn&#8217;t work
Last modified: November 29, 2019

---

# Excluding Custom CSS doesn’t work

 *  [juliawoelfle](https://wordpress.org/support/users/juliawoelfle/)
 * (@juliawoelfle)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/excluding-custom-css-doesnt-work/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fexcluding-custom-css-doesnt-work%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/excluding-custom-css-doesnt-work/#post-12189262)
 * 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](https://wordpress.org/support/users/juliawoelfle/)
 * (@juliawoelfle)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/excluding-custom-css-doesnt-work/#post-12189306)
 * 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](https://wordpress.org/support/users/juliawoelfle/)
 * (@juliawoelfle)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/excluding-custom-css-doesnt-work/#post-12195830)
 * Unfortunately, I don’t have a non-production site. Is there anything else I could
   try? Thank you!
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/excluding-custom-css-doesnt-work/#post-12195993)
 * 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.

 * ![](https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608)
 * [Autoptimize](https://wordpress.org/plugins/autoptimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/autoptimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/autoptimize/)
 * [Active Topics](https://wordpress.org/support/plugin/autoptimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/autoptimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/autoptimize/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/excluding-custom-css-doesnt-work/#post-12195993)
 * Status: not resolved