Gaps disappeared after Pro Update

After the latest update with the Cornerstone separation all gaps disappeared!
See link in secure note.
The Customizer Preview shows the gaps, as ist should.
I built a workaround with Customizer / Custom CSS:

/* WORKAROUND /
/
Bug: Gaps disappeared after Pro Update 27.08.2021 */
.x-line {
padding-bottom: 30px;
}

Hope you can help fast!

Hi @salilou,

Thanks for reaching out.
I have checked your website and found that the padding-top value is set to 0 which is the reason behind your issue. I have tried to replicate the issue by updating the theme, but it didn’t occur.

There might be something else is the reason behind your problem, I would like to suggest troubleshoot the following common issue to help us to recognize the reason.

1.Plugin Conflict
2.Theme Update related issue
3.Child Theme Related issue
4.CSS/JS Customization
5.Disabling Cache

If you discover that an issue is coming from a custom code or 3rd party plugin, kindly consult with a developer or contact the plugin author. Please note that we do not provide support for custom codes and 3rd party plugins.
If none of this helps, please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

NOTE: Minification could be another reason, I would suggest you deactivate the Minification plugin and check if that resolves.

Thanks

Thank you. I deactivated the Plugin “WP-Optimize Premium - Clean, Compress, Cache”.
Now to works!
Great!

Hi @salilou,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.