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.

Upgrade to
Shop-Script 5
today!


For only $249!

www.shop-script.com

You are not logged in.

#1 2012-04-19 19:32

Scud
Member

MCE Text Editor

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

 

#2 2012-04-20 02:28

rat
Administrator

Re: MCE Text Editor

Add the following code to your CSS rules:

Code:

div.cpt_maincontent p{
    margin-top: 0.5em;
    margin-bottom: 0.5em
}

Be careful what you wish for — you might get it.

Offline

 

Board footer

Powered by PunBB