Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Jun 29, 2020 4:44 pm
I am putting my hands on the new Inline Comment feature.
I have built a test page here.
All inline comments on the right column works fine, but not the one on the left column.
Please advise.
1 Reply
Jun 29, 2020 5:34 pm
This is just a small CSS conflict, you can solve it by using CSS code:
#et-boc .et_builder_inner_content .et_pb_row:first-child {
z-index: 99999;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.