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
Please update to Enfold 4.8.1 – these are br tags : https://kriesi.at/support/topic/enfold-4-8-1-and-removing-additional-br-tags-added-in-4-8/
Thank you Guenni!
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