I am creating a page and the first section has a color section with a diagonal in the bottom.
Next I add a 1/1 box with content in it.
There is a 1 px border showing between them and I am not able to find where it is coming from.
Here is the output:
<div id="after_section_2" class="main_color av_default_container_wrap container_wrap fullsize" style=" ">
<div class="container">
<div class="template-page content av-content-full alpha units">
Here my content.
</div>
</div><!--end builder template--></div>
And
<div id="after_section_2" class="main_color av_default_container_wrap container_wrap fullsize" style=" ">
Is applying this:
.main_color{border-color: #e1e1e1;}
Where is that coming from?
How to remove it?
I have 2 blocks divided with the diagonal thing, but the pixel in the middle breaks the design.
Thanks.
Hey peterolle,
Could you please give us a link to your website, we need more context to be able to help you.
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Just add a color section with any content inside it to a page and it adds a 1 pixel border at the bottom of the color section. Even when it says no border.
Thank you.
Hi,
Thank you for the update.
We can’t reproduce the issue on our own installation. Did you apply any custom css modification to the sections? Please create a test page and provide the URL so that we can check the issue.
Best regards,
Ismael
1- Add a color section with diagonal border.
2- Add a 1/1 column below it.
There is a horizontal border dividing the color section and the 1/1 column.
Thanks.