paragraph line spacing modules

GK User
Fri Feb 12, 2016 12:02 am
http://camoduck.us/mbr/venue

I want to reduce the space created between lines from a simple line break

see "directions" module the spacing between lines is excessive

please provide the override css
(nothing I have found on the forum seem relevant)

and where it needs to be placed if it goes somewhere other than override.css
User avatar
Fresh Boarder

teitbite
Mon Feb 15, 2016 12:38 pm
Hi

I think You mean paragraph's margins. Put this on override.css

Code: Select all
.itemBody p {
margin: 5px 0 15px 0;
}
User avatar
Moderator


cron