• Resolved Marcus

    (@marcussvanberg)


    Hi!

    I really like the plugin – but after installing and activating it starts to breaking the plugin and theme-builder “Elementor”

    It’s hard to describe and I can’t show because I’m on localhost but I will give it a try. When I activate your plugin empty space adds between sections, also one sections that’s usually lays on top of the section below “tear up”.

    Hope you can help me!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author dreiQBIK

    (@3qbik)

    Hey @marcussvanberg,

    this is really weird behavior and I’m unsure if this could possibly be caused by the plugin.

    Could you please at least provide me with screenshots?
    I don’t have Elementar here to test with, unfortunately.

    Cheers
    Moritz

    hello @marcussvanberg,

    to avoid this issue, you have to edit the file :

    /wp-content/plugins/wpgiftregistry/public/css/style.css

    and comment the ligne margin: 2em auto !important;
    like that :

    section {
      width: 100% !important;
    /*  margin: 2em auto !important; */
    }

    Best Regards,
    Johann

    Plugin Author dreiQBIK

    (@3qbik)

    Thanks for helping out, @ptitjojo!

    I will remove this unnecessary CSS code in the next update.

    Cheers
    Moritz

    Thread Starter Marcus

    (@marcussvanberg)

    Sorry @3qbik that I did not send an image and showed more clearly.
    Many thanks @ptitjojo for your help! It worked immediately after I changed the code.

    Thank you for modifying it in the upcoming update.
    Best regards, Marcus

    Hi @marcussvanberg and @ptitjojo,

    I am also trying to use this plugin with elementor and am having the same spacing issue between sections.

    I’ve tried the solution discussed here, but I can’t seem to fix the issue despite commenting the line margin: 2em auto !important;

    Am I missing something?

    Any help is much appreciated! Loving the plugin otherwise

    Thank you

    Hello Kaiheff,

    with the firefox inspector tool (ctrl + shift + alt)
    https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector

    you can see what part of the css cause this gap on your page, and try to edit the css code and see the result instantly.

    Best Regards,
    Johann

    Thanks for the reply @ptitjojo,

    It turns out that the solution was working, but wouldn’t display on my Chrome browser until I cleared its cache. Everything is displaying fine now.

    Cheers,

    Kai

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Elementor layout issue’ is closed to new replies.