So i have think that into the CSS we can just add something like this to fix the issue
Stay tuned, w3myPQ 3.1.4 is coming viewtopic.php?p=7278#p7278
Code: Select all
/* Fix the wpautop() WP function adding <p> tags on DOM problem */
#wrapw3mypq p {
margin: 0 !important;
padding: 0 !important;
}
#wrapw3mypq p:empty {
display: none !important;
}