Section height is not increasing due to float
-
I am noticing this issue since the last update.
On mobile, section height is not changing/Auto increasing.
I have inspected that specific section and I found this.kc-elm { float: left; width: 100%; }This code is located at line 5 in /kingcomposer.min.css
I have handled this by adding
.kc-elm { float: left !important; width: 100%; }in my theme css .. i think this is a bug and it should be fixed in upcoming versions
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Section height is not increasing due to float’ is closed to new replies.