Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • support@aa Friend
    #1041001

    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!

    Pankaj Sharma Moderator
    #1041093

    Hi
    Use below code in custom css

    .spotlight-3.jub-block .jub-element-text .jub-span {
        margin-left: -35px;
    }

    Hope it helps.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum