"Read More" Spacing in the Article Paragraphs

GK User
Mon May 14, 2012 12:27 pm
How do I fix the paragraph spacing in an article that has a read more link to it. I would like the article to have the same spacing in all paragraphs. As seem in the picture attached, the first paragraph spacing (where the "read more" is located) is slightly larger then the rest of the articles' paragraph spacings. Any ideas how to fix this? This formatting issue doesn't happen with most Gavick themes, but it does with TWN II. I am using a clean install of 2.5 joomla, with no other add-ons installed.


Image

Thanks for you help.
User avatar
Fresh Boarder

GK User
Mon May 14, 2012 3:33 pm
Hi,

It's actually a K2 item but Joomla article. Please add this code to CSS Override to achieve what you want:
Code: Select all
.latestItemIntroText, .genericItemIntroText, .userItemIntroText, .catItemIntroText, .itemIntroText{
padding:0!important;
}

Cheers,
User avatar
Platinum Boarder

GK User
Mon May 14, 2012 4:27 pm
Thanks! Looks much better now.
User avatar
Fresh Boarder

GK User
Mon May 14, 2012 4:41 pm
I'm glad to hear that, feel free to let me know if you need any other helps.

Cheers,
User avatar
Platinum Boarder


cron