So frustrating, I read others had the same problem. The preformatter starter pricing table breaks when you start duplicating text items (headings) as there’s no way to turn off the auto-paragraphing.
Anybody know how to stop cornerstone doing that?
So frustrating, I read others had the same problem. The preformatter starter pricing table breaks when you start duplicating text items (headings) as there’s no way to turn off the auto-paragraphing.
Anybody know how to stop cornerstone doing that?
Hi Ville,
Thanks for writing in! I have already submitted this issue to our issue tracker.
In the meantime as a workaround, try editing your heading in HTML mode,

Instead of Rich Text mode to overcome the issue (“T” icon denotes rich text mode).

Hope that helps.
Hi Darshana
I tried that, but whenever I remove the <p> and add <span>, it goes back to <p> once I either switch to rich text mode or exit the text edit section…
And this happens even if I have changed the tag to be applied:

Hello Ville,
Please use this code in the HTML tab:
<p>$5<span>/mo</span></p>
Please do not add any html code in the Rich Text format tab because it will convert any illegal character into an html unicode.
We would loved to know if this has work for you. Thank you.
Hi, I tried but still there’s an extra break. Please see below how it looks:

Hi Ville,
Unfortunately, the login credential has no permission to access the builder. For the meantime, please add this CSS to your Element CSS
$el p {
margin: 0px !important;
}

Thanks!
Hi Rad
Thanks, that helped but only for the first 3 heading. If I have 4 or more headings, it doesn’t have effect anymore. Please see below - I also fixed the user permissions in case you want to access and have a look.

Hi Ville,
I was able to login and check but I don’t see the previous suggestions being applied on the page so I am not sure about the current issue you are seeing. The suggestion made my Rad should work if the content of all the headings have the same structure that includes the HTML tag wrapping the text and that you have added the Element CSS to all the headings.
If you can, please set the page to which it clearly depicts the current issue you are getting so that we can check it.
Thank you.
Hi Jade
I have applied tag to all items in the pricing table (screenshot below), and also applied the element CSS to all headings in it. Still, first 4 headings don’t have extra line but from the 5th on they do.

Hi Ville,
Thank you for clarifying. That is because some of the headline elements have 30px bottom margin while the others only have 15px. Kindly set the others to 15 as well to minimize the bottom gap of the headlines.
Thanks Jade, I have no idea how I missed that … fixed the issue, thank you! 
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.