- Posts: 59
- Thank you received: 1
CSS request for line spacing
- K A R Wright
-
Topic Author
- Offline
- Senior Member
-
Less
More
15 Mar 2023 15:38 #8045
by K A R Wright
CSS request for line spacing was created by K A R Wright
Hi Thomas
SO grateful you're still managing to keep this extension alive and provide so much support on your own! I'm just looking to get a piece of CSS code perhaps to change the line spacing of the Latest Sermons - our module resides in the footer but the spacing issue means I can really only put 3-4 in the list rather than the usual 6. Appreciate your usual patience in helping me out
.
Bloomfield Meth Church Test site
SO grateful you're still managing to keep this extension alive and provide so much support on your own! I'm just looking to get a piece of CSS code perhaps to change the line spacing of the Latest Sermons - our module resides in the footer but the spacing issue means I can really only put 3-4 in the list rather than the usual 6. Appreciate your usual patience in helping me out

Bloomfield Meth Church Test site
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
15 Mar 2023 20:07 #8046
by Thomas Hunziker
Replied by Thomas Hunziker on topic CSS request for line spacing
Try this:
Adjust the value to your needs. The default from your template is "15px"
Code:
#sp-bottom .latestsermons ul>li {
margin-bottom: 0;
}
Please Log in or Create an account to join the conversation.
- K A R Wright
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 59
- Thank you received: 1
15 Mar 2023 20:21 #8047
by K A R Wright
Replied by K A R Wright on topic CSS request for line spacing
Thanks SO much Thomas - much appreciated as always

Please Log in or Create an account to join the conversation.
Time to create page: 0.141 seconds