Wie kann ich den Zeilenabstand in Listen verringern? Derzeit sind sie zu groß.
Danke für eine schnelle Antwort :-)
Greets mexi
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi Josue,
take a look:
Hey!
Try adding this code to the Quick CSS:
.avia_textblock ul li {
margin: 12px 0;
}
Cheers!
Josue
Hey!
Alternatively you could try:
.avia_textblock ul li {
margin: 0;
padding: 0;
}
Best regards,
Josue