Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1327038

    I updated to Enfold 4.8.7 this morning. I now have a 35px padding around anything in Enfold’s “flex_cell” DIV.

    If fixed the issue by putting this in the CSS:

    .flex_cell {/* Glitch in Enfold 4.8.7 */
        padding: 0!important;
    }
    #1327155

    Hey LesleyJean,
    Thanks, but I’m not sure why this would be an issue for your site now, the grid_row.css has a 30px padding on line 5
    .flex_cell{display: table-cell; padding:30px; vertical-align: top; }
    going back to at least v4.7.5, probably further, so this is not new.

    Best regards,
    Mike

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