Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1137430

    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.

    #1137876

    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

    #1139818

    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.

    • This reply was modified 5 years, 2 months ago by peterolle.
    #1141221

    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

    #1178987

    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.

    #1179310

    Hi,

    Please try the following CSS:

    #after_section_2 {
      border-color: transparent !important;
    }

    Best regards,
    Rikard

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