Hi 🙂
If you can pass me a link, I could try and help you adjust some CSS (wrappers) around the divs of the templates.
Thanks
closing due to inactivity
I am having the same issue. How can I fix this as center mass.
http://www.connectchurchplano.com/expo-at-a-glance/
Hi 🙂
Based on your theme’s over all wrapper, you need to add some CSS to the cr3ativ conference wrapper.
If you are running 4.7+ on WordPress you can go to Appearance > Customize > Additional CSS and copy/paste this there (and save):
#cr3ativconference_contentwrapper {
width: 1156px;
padding-left: 35px;
padding-right: 35px;
margin-right: auto;
margin-left: auto;
}
Hello,
I’m using this plugin with a Divi website and having a similar issue. I understand that I can edit the .css file to adjust the width of the wrapper but that change would also affect the other Divi sections where I want them to be full width. Is there a way to add the page template or code inside of a Divi section to control width of just the agenda area?
That div mentioned above (#cr3ativconference_contentwrapper) is specific to the plugin template only.
If you wish to create a new template, you can certainly do so by duplicating that template and renaming it. Just make sure you place a new name at the top of the file where you see Template Name; in the comment section.
Does that help?
@akyusa Thank you for your reply. I was more asking if you had any ideas on how I can add your plugin functionality inside a Divi section?
Hi 🙂 I apologize for my misunderstanding?
Unfortunately without creating a specific page template, there’s no other way to integrate them both on the same page. (fullwidth + content width + fullwidth etc).