wptb-shadow-root-container media queries & loading CSS
-
First, yours is the only plugin I have activated.
Looking at the source, the table is being wrapped in a
<div class="wptb-shadow-root-container">and because of this, I can’t target anything in that table with media queries. What is causing this?I found this post:
https://ww.wp.xz.cn/support/topic/looking-good-on-desktop-but-not-on-mobile/
So to test I added this to the tables’ styles to no effect:#wptb-table-id-989 [data-wptb-breakpoint=tablet] table { background: pink !important; }I also added all my table styles to the General settings and they don’t apply unless I put something, literally anything, in the individual tables’ CSS for example:
table { box-shadow: none; }and then the general styles do take effect.So…
1) why is it being wrapped in the wptb-shadow-root-container div?
2) How do you use media queries?If the shadow div wasn’t there I could just write my own stylesheet.
The topic ‘wptb-shadow-root-container media queries & loading CSS’ is closed to new replies.