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.