How do u delete:
/* border-left-width: 0 !important; */
/* border-right-width: 0 !important;
Its not in Load-style.php
https://ibb.co/Q8QdVd3
https://ibb.co/qpw19FN
Im trying to do this:
@media only screen and (max-width: 800px)
#p1 .ancr-lo-same_row .ancr-container {
width: 10%;
margin-left: 13px;
}
But the important is stopping me.