Archived topic
Conflict With Elementor Pro
1 reply · Started by Praveen on October 11, 2020
Hi guys,
I just installed elementor pro so I can make custom category pages, but to my disappointment. The layout was distorted.
I am attaching the link, as you can see the columns width are very narrow. I have tried everything in elementor and nothing was working to change it.
After long hours, I came to conclusion that the reason is the conflict with GP premium plugin. When I switch it off, this work fine - see the required 3 column layout with right image width.
I am using the latest version of both GP premium and elementor.
Please help.
Hi there,
This is because you have columns turned on in Customize > Layout > Blog.
If you're not using the GP blog post columns, turning that off will fix it.
If you're using them elsewhere, you can add this CSS to your site:
.elementor-post.generate-columns {
width: auto;
}