Cornerstone Margin and Padding Bars Doing Nothing

I was trying to adjust spacing in between the sections, but the bars that we use to adjust do nothing.

Demo: https://gyazo.com/6582ebdb49bd7483dd3ab2ef67b10997

Site in question: https://warframe.today

Thank you, looking forward to help.

Hello @ketoweb,

Thanks for asking. :slight_smile:

Upon checking the website link you have shared https://warframe.today I see X Theme and Cornerstone. Rather I see Frontier Theme activated. https://cl.ly/192I0f0S2K1S

Can you please confirm the website URL again?

That being said, as per the screenshot I see that the section padding is not changing. Please make sure that:

  1. Everything is up to date according to our version compatibility list here. Please follow the best practices when updating your theme and plugins. Click here for more information.
  2. Test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
  3. Increase the PHP Memory Limit of your server. Click here for more detailed information and how to increase the PHP memory limit.

If you still have problems kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Thank you.

So, the plugin is only compatible with X Theme?

Hello @ketoweb,

Thanks for asking. :slight_smile:

We also have a standalone version of Cornerstone that you will have to purchase from Codecanyon. Standalone version of Cornerstone works the same way as bundled version that comes with X Theme. However, it’s more geared towards users preferring to use our page builder on themes that are available on WordPress ecosystem. You can purchase Cornerstone from following source

Thanks.

Thank you very much for the reply. Yes, I am using the Standalone version that I bought yesterday. I have both ThemeX and Standalone Cornerstone licenses. I am just wondering why is it not working normally with other themes.

Hello @ketoweb,

Thanks for updating thread. :slight_smile:

I see now you have installed Cornerstone. Have you tried the solutions I mentioned in previous reply especially plugin conflict and increasing PHP memory limit? Along with that I see you have installed WP-Super-Cache installed. Please try clearing the cash and see how it goes.

If you still face issues, would you mind sharing website login details (username/password) in a secure note for us to take a closer look?

Thanks.

Added the secure note please do check.

Hi There,

Yes, I can replicate this issue on my end, seems to be a bug with the standalone Cornerstone. I’ve submitted this to our issue tracker so our Dev Team will be made aware of it.

For now please use this custom CSS code to control the padding of your sections. You can do the same for margins.

#cs-content $el {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

Add this to Section’s Element CSS area under the Customize tab


Hope it helps,
Cheers!

What if I want to use a global setting for all the sections, is that possible?

Hello There,

If you want to use a global css to all your sections, you can make use of this code instead:

#cs-content .x-section {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

Hope this helps. Kindly let us know.

Thank you very much for clearing the doubts. I am wondering when the update will be pushed to the plugin so that I don’t have to do it?

As of now, there is no definite time when it will be available or if will be included in the next update. Please stay tuned :slight_smile: Thanks!

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