Hey there,
I tried several CSS codes from different topics, non helped. Got a thin dark gray border from global box-sizing property but couldn’t remove it for mobile view – desktop works fine. I set border of color sections to “none”, styling to “arrow”.
Hey mc_wa,
Could you please attach some screenshots of the issue?
I am not seeing the issue on my phone.
Best regards,
Victoria
Ah sorry, forgot to mention that this issues occurs on tablets and mobile phones when requesting the desktop version (desktop version is required to showcase the site with animations which otherwise wouldn’t play).
Hi,
Thank you for the update.
We don’t really see the top border in tablet view — on an emulation. Did you add this css code?
.container_wrap {
border-top-style: none !important;
}
It removes the container’s top border.
Best regards,
Ismael
I have the same problem, but the above code doesn’t work.