I have a div with a left border that shows on desktop and tablet portrait views. I want to hide this border on mobile landscape and portrait views. Prior to 1.7, it was hidden when I put 0 in the width box. Now, no matter what settings I use for mobile (width 0, solid, none, hidden, etc.), the border shows at all breakpoints. It renders properly in the builder, but not on the front end.
Screencasts here:
Using 0 width, solid, white: Jam
Using Style: none: Jam
Here’s a screenshot of the css still being applied to the div at a small breakpoint even though it is set to none:
In principle, this sounds quite similar to your carousel problem, which could also be solved by recreating it. Are you using any kind of caching that could be responsible for this? It is almost impossible to find out afterward what the problem is.
Thanks Timmse. Yes, it is similar to the carousel issue, and it does seem like some sort of caching issue. The site is hosted on SiteGround and the SiteGround Optimizer plugin is active, so that could be the cause. I purged the cache multiple times while troubleshooting, but I will turn the cacheing off completely if I run into anything similar going forward.