Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1147870

    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”.

    • This topic was modified 4 years, 5 months ago by mc_wa.
    #1148526

    Hey mc_wa,

    Could you please attach some screenshots of the issue?

    I am not seeing the issue on my phone.

    Best regards,
    Victoria

    #1148819

    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).

    Grey Section Border

    • This reply was modified 4 years, 5 months ago by mc_wa.
    #1150104

    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

    #1189799

    I have the same problem, but the above code doesn’t work.

    #1189923

    Hi Wymore,

    Please try this instead:

    .main_color {
        border-color: transparent !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.