CSS .rpwe-clearfix
-
I’m trying to personalised the CSS.
I write
.rpwe-clearfix:before,
.rpwe-clearfix:after{
content:””;
display: table;
}but after the Save, becomes
.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: \”\”;
display: table;
}
and with content: \”\”;
the css work wrong 🙁
The topic ‘CSS .rpwe-clearfix’ is closed to new replies.