Hi, I would like to have the same line-height in my body text as in bulleted lists. I tried changing the value for “.iconbox_content”, as suggested on the forum, but it doesn’t work. Any idea?
Regards
Poirot
Hey Poirot,
I’m not sure if you are trying to increase the copy above the list or decrease the list?
Edit: try increasing the the line height of your copy div to this:
line-height: 1.9em;
Regards,
Rikard
Hi Rikard,
Thank you for helping. I would like to reduce the line-height within “
Regards
Poirot
Hi,
You had some padding on the list, try removing it by using this:
.entry-content-wrapper li {
line-height: 1.9em !important;
padding: 0px 0 !important;
}
Thanks,
Rikard
Hi Rikard,
Perfect, thank you!
Regards,
Poirot