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
Hey guys, anybody have time to check this out yet? :)
Cheers,
Thomas
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
Thanks! That fixes it. Had to change it to 990px though, as it also showed on tablet size :)
Cheers,
Thomas
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