Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #749513

    Support gave me this custom css to add a 25px border between my cells which works great. The only problem is that it adds a border on the left side and makes it so that the background image on the left is larger than the image on the right. Can you help me modify this code so that the border between my cells is centered so that both background images are the same size. Thank you!

    @media only screen and (min-width: 1024px) {
    .av-border-cells .flex_cell {
        border-left-style: solid;
        border-left-width: 25px;
        border-color: #ffffff;
    }
    }
    #749613

    Hey djshortkut,

    Can you try to change the css code above to this one:

    @media only screen and (min-width: 1024px) {
      .av-border-cells .flex_cell.av_one_half.avia-builder-el-first {
        border-right: 12px solid #fff;
      }
    
      .av-border-cells .flex_cell.av_one_half.avia-builder-el-last {
        border-left: 8px solid #fff;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #749631

    Thank you Nikko! You can close this ticket.

    #749642

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Border Between Cells’ is closed to new replies.