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

    Hi, I have a problem with spaces appearing between the grid lines. You can see this on the page

    The white spaces between the grid lines are not planned and they are not created. Sometimes they are there and then they disappear again.

    I am using the current WordPress installation and Enfold installation. I only installed the Classic Editor as a plug-in.

    Hopefully you can help.

    best regards,
    Martin

    • This topic was modified 3 years, 7 months ago by Martin.
    #1293462
    #1293464

    Thank you Guenni!

    #1293465

    btw. if you always have the background-image in the first container – you can give them a min-height if you are in responsive case:

    @media only screen and (max-width:989px) {
      .av-layout-grid-container .avia-builder-el-first {
        min-height: 290px;
      }
    }

    otherwise you will only see a 100px height when the cells go under each other.

    – if you like to have the background-image on different cells – put in that cell with the background-image a separator whitespace with f.e: 250px

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