Excluding Custom CSS doesn’t 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 to see the link]
The topic ‘Excluding Custom CSS doesn’t work’ is closed to new replies.