Hello! This is my first use of the forum. I am very happy with the plugin!
My question:
(I am using Generate Press theme, configured as one container.)
When I create a new page, I put the title and the content and I see it good, with correct margins.
But when I use Page Builder in that page, the title is glued to the left and rest of the content also. The content I dont mind because I can move it with the page builder, but I wanted to have the title in the original position by default.
To see this issue, you can see my web in development with user and pass:
I’d just like to chime in here. So the problem here is caused by how your theme is coded. I can see you’ve added a CSS code to make it Full Width when using the BB Page Builder, and that is the reason why the page title moves to the side, since the content goes edge to edge.
You can remove the default page heading via BB under Tools > Global Settings and place one manually using the Heading module. Just use .entry-title as the CSS selector. This way, you have more control and flexibility over the page title.