After the last update, a custom CSS fix you provide to aligning text ceased to work (see https://www.joomlart.com/forums/topic/text-alignment-with-an-icon/).
In that trouble ticket, you had provided this code:
# Modify paragraph indent
.spotlight-3.jub-block .jub-element-text .jub-p {
margin-left: 35px;
}
Which worked great until the last update. Now it appears that the .jub-p has been eliminated. I tried to change jub-p to jub-span, but it didn’t work. See screenshot
enter link description here
What change do I need to make to the custom CSS to make this work?
Thanks in advance!