Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1051518

    Hey guys,

    Please have a look at my site, link in private content. There’s a white section that appears out of nowhere on tablet & mobile view, seems to have to do with the diagonal section border. It’s behind the blue text “Niet in de gelegenheid om naar het ANWB Reizen theater af te reizen?”

    Any idea why that is showing?

    Cheers,

    Thomas

    #1052358

    Hey guys, anybody have time to check this out yet? :)

    Cheers,

    Thomas

    #1052609

    Hi,

    Thank you for using Enfold.

    That is the inner border and I’m not quite sure how it ends up there. Use this css code to hide it on mobile view:

    @media only screen and (max-width: 767px) {
    .avia_transform .av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .av-extra-border-inner {
        display: none !important;
    }
    }

    Best regards,
    Ismael

    #1052724

    Thanks! That fixes it. Had to change it to 990px though, as it also showed on tablet size :)

    Cheers,

    Thomas

    #1052797

    Hi Thomas,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
    .avia_transform .av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .av-extra-border-inner {
        display: none !important;
    }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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