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

    Hi,

    I have a strange situation with Enfold on a specific page. What I do:

    • create a color section
    • have a 1/3 element with an image element
    • have 2/3 element with a title and two text elements
    • clone this section 12 times
    • when I clone it once more, the gets displayed at 50% of the page width
    • when I clone it once more, this one gets displayed at 25% of the page width
    • when I clone it once more, the situation is back to normal, except for the two sections above
    • the source of the sections are identical (except for the avia-builder-el-XX that changes for each element of course)

    I’ve tried to:

    • enable Enfold instead of the child theme: problem is gone
    • disable the footer.php, functions.php, header.php and style.css of my child theme: no change. There’s no more files in my child theme.
    • create new page with different elements but same section + 1/3 + 2/3 repetition: same problem.

    Do you have any idea what is going on and how I might fix this? Your help is greatly appreciated. Links are in private content section below.

    • This topic was modified 7 years ago by Daniel.
    #863725

    Hey Daniel,

    Thank you for using Enfold.

    It’s because of the following css modifications.

    .avia-builder-el-86, .avia-builder-el-88, .avia-builder-el-90, .avia-builder-el-92 {
        width: 22% !important;
    }

    What is that for? Please don’t use these generic selectors because they are generated based on the numbers of elements inside the builder.

    Best regards,
    Ismael

    #864691

    Thanks! You can close the thread, I won’t use the generic selectors anymore!

    #864865

    Hi Daniel,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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