Hi everybody,
I was wondering, is it possible to modify the line height in a bullet point list ? I would like less space between lines.
(See text in icon boxes, on the homepage).
Thanks a lot and best regards,
Jeff
Hey Jean-Francois!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:
.iconbox_content {
line-height: 20px !important;
}
.iconbox_content ul {
margin-bottom: 5px !important;
}
For margin you can also use negative numbers.
Regards,
Günter
Works perfect ! Thanks a lot Günter !
Regards,
Jeff