• Resolved matthewood8

    (@matthewood8)


    Hi,

    Im currently working on the following website. https://corinnejoyjewellery.com/

    I have noticed that on the home page, when I activate this plugin it changes the format/layout of certain elements.

    If you go the URL in question, you will notice that under the image of a ring (left of a green block that says wedding) there is a white space. This doesn’t appear before I push the change live. It also disappears if I deactivate this plugin.

    Many thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @matthewood8 ,

    Can you please do this following: To regenerate assets, you can go to wp-admin -> Essential Addons then, switch to the ‘Tools’ tab and hit the Regenerate Assets button. Check out this screenshot: https://prnt.sc/pvozsx

    Also, make sure to Regenerate Files from wp-admin -> Elementor -> Tools as well. Check out this screenshot: https://prnt.sc/r3b588

    Also I see you using caching plugin. Please clean cache from there aswell.

    Then check again.
    Let me know how it goes. Thank you.

    Thread Starter matthewood8

    (@matthewood8)

    Hi Abid,

    Many thanks for the prompt response.

    I have just attempted the above but unfortunately no luck.

    Any other suggestions?

    Best regards
    Matthew

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @matthewood8 ,
    After I see your page deeply, I found this CSS is added on the common class, Which cause the problem: https://prnt.sc/t912xj

    As the caching/optimize plugin is active and all the css in combined there, Its not possible to say from which file this CSS comes from. You can deactivate the caching/optimize plugin for the better debug.

    Also If you want quick solution, Then adding this CSS on your stylesheet will fixed the problem:

    .elementor-widget:not(:last-child) {
        margin-bottom: auto !important;
    } 

    Let me know how it goes. Cheers!

    Thread Starter matthewood8

    (@matthewood8)

    Hi Abid,

    The CSS you mentioned above solved the problem.

    Many thanks for you help!

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

The topic ‘Website design changing when plugin activated’ is closed to new replies.