Normal <p> and blockquote css [Solved]

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Wed Feb 09, 2011 2:08 pm
Hello!

I've been trying to find out how the get the css classes for <p> and <blockquote> on the template. It seems that you guys have set an override to the space between the lines.

Now
in the <p>

paragraf1: texttext
paragraf2: text

want it to be

paragraf1: texttext

paragraf2: text
(normal space between two <p>)


<blockquote> seems to float over other text.
User avatar
Junior Boarder

GK User
Mon Jun 20, 2011 5:40 pm
It would be great with a response from you guys at gavick. Sorry for the repost.
User avatar
Junior Boarder

Konrad M
Tue Jun 21, 2011 5:11 am
Hi
Try add to override.css
Code: Select all
.article-content p {
    margin: 10px 0 !important;
}

and try decrease or increase first margin value. Of course remember to enable override.css option in template settings.
User avatar


cron