NO BUG: Border showing on mobile even though set to 0 or hidden or none

Hello! I found another thread about this marked as Solved (SOLVED: Border showing on mobile while set to 0 width), but the solution is not working for me. I am at the latest version of Bricks (1.7.3).

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:

Am I doing something wrong?

Update: solved by recreating the div from scratch with the same settings. :woman_shrugging:

Hi Jen,
Thanks so much for your report!

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.

Best regards,
timmse

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.

Ok, I’ll mark the thread as “no bug” for now. Please report back here if the problem with disabled caching occurs again :v: