Additional CSS class(es) doesnt work
-
Hi, I think this is a bug report.
I’m trying to get a fixed positioned block.
I added a CSS class in a Spectra Lottie Animation block, using the “Advanced > Additional CSS class(es)” field. Then created a CSS rule on “Spectra > Custom CSS” field, in the page where the block is used.
Here is the rule:
.myfixed {
position: fixed;
bottom: 0;
}In the editor, CSS rules produce a strange behavior on the block, and in the front-end the CSS class even not appear.
I tried the same procedure in a Spectra Post Carousel with same results
I tried the same procedure in a standard WP heading block, and guess what… it works as expected!
The topic ‘Additional CSS class(es) doesnt work’ is closed to new replies.