• Resolved pfwdop

    (@pfwdop)


    My site automatically updated to VP 2.5 two days ago. I now have a problem with gaps between tiles on my saved layouts.

    For the saved layout, my content source is “Posts” from a certain category. On the right under “Layout”, I click on “Items”, then choose “Tiles” and a GAP OF 19 and then I “Update” the layout. It correctly shows a gap between the photos on that preview.

    But when I go to the front end of the site, the photos are right next to each other (actually overlapping) and when I use “Inspect” in the browser, I can see the CSS has a NEGATIVE 19 margin:

    .vp-uid-8a291345 .vp-portfolio__item-wrap .vp-portfolio__item-img-wrap {
    margin-left:-19px;
    margin-top:-19px;
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pfwdop

    (@pfwdop)

    I still need an answer to this problem.

    Plugin Author Nikita

    (@nko)

    Hi.

    The problem with the latest Elementor update, they just broke our styles. We will look at this problem in future updates, as Elementor is not our priority integration.

    Regards, nK.

    Thread Starter pfwdop

    (@pfwdop)

    OK. For now, I figured out that I could go to my Saved Layout, then under “Layout”, I click on “Items”, then choose “Tiles” and then slide the GAP down to nothing and then I “Update” the layout. Then under “Custom CSS”, I put this:

    .vp-portfolio__item-img-wrap {
    margin-left:10px;
    margin-top:10px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Negative gap between tiles after update to 2.5’ is closed to new replies.