WPBakery – Section displayed altough unfound in admin view
-
Dear,
Can you please check this video and help me why the page shows an empty section which I have not added anywhere on the page?
Thanks
Hello,
I have test your site actually that section is not empty. That section contains those columns which you hide from the mobile screens and display in the desktop or other screens.
As you display different content in different screens with the help of responsive option tab inside column.
You can check your different rows some of them fade because they are hidden in some specific screens.
So if we hide that section then all the content which shown in the desktop will also goes hidden.
Video for clarification: https://jmp.sh/yhQAin9
Best Regards.
If I understand well :
“sections” in WPBakery still remain visible as empty on the page even if all the content included inside are hidden for the particular device? There is no way to counter it?
Hello,
Your problem is resolved. Normally it’s not happened. It seems due to your third party plugins Wp-Bakery behaves like this. But I hide that section in mobile by defining a custom css Class “sectionClass” and then use the below CSS code in Custom CSS for mobile and Custom CSS for mobile landscape under theme settings >> custom CSS.
.sectionClass {
display:none;
}
You can check the result in the below screenshot.
Result: https://jmp.sh/hfixKDR
Best Regards.