Reduce space between lines

October 2015 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 29, 2016 2:39 pm
Reply with quote
Report this post
Hi. How can I reduce the space space between the lines in the image:
Skjermbilde 2016-03-29 kl. 15.36.26.png


Link: http://islamnet.no/bidra/bli-skribent-hos-islam-net
User avatar
Gold Boarder

teitbite
Fri Apr 01, 2016 6:29 pm
Reply with quote
Report this post
Hi

Sorry, but I cannot access Your site:

403: Access Forbidden
Your location (PL) has been blacklisted.


can You please look for a page with an example of such list in our demo ?
User avatar
Moderator

GK User
Sun Apr 03, 2016 7:45 pm
Reply with quote
Report this post
Hi. Please try now.
User avatar
Gold Boarder

teitbite
Sat Apr 09, 2016 6:30 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
ul li {
    line-height: 1.5;
}

.itemFullText ul li::before, .itemIntroText ul li::before, .articleFullText ul li::before {
    top: 7px;
}
User avatar
Moderator

GK User
Tue Apr 12, 2016 4:58 pm
Reply with quote
Report this post
Thx :D

What about here:
Skjermbilde 2016-04-12 kl. 17.56.41.png
User avatar
Gold Boarder

teitbite
Sat Apr 16, 2016 8:32 am
Reply with quote
Report this post
Hi

Play with the margin for paragraphs using this code:

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


cron