Hello,
how do I get rid of this border between the sections? Class is something like .container_wrap with a border-top width of 1px.
Thanks in advance
Hey ponchovogel,
Please provide a link to the site and page in question so we can look into this further.
Best regards,
Jordan Shannon
Its a small tiny border on the homepage
.container_wrap {
border-top-width: 1px;
}
Hi,
Add this to quick css:
.avia-section{
border:none!important;
}
Best regards,
Jordan Shannon
Thank you!