Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.
You are not logged in.
Hi guys;
I'm having a problem using the text-editor on my aux pages. For some reason, I am unable to leave a blank line between paragraphs.
Despite how they appear in the editor, when they are viewed in the store front each paragraph falls just below the one prior. I would like to leave a line space between paragraphs.
Take a look;
http://store.menzclub.com.au/auxpage_faqs/
Offline
Add the following code to your CSS rules:
div.cpt_maincontent p{
margin-top: 0.5em;
margin-bottom: 0.5em
}Offline