• Resolved lyden

    (@lydenyardley)


    Team block is incorrectly applying margin to the team member description. I believe this is incorrect for 2 reasons:

    1. The plugin is applying default styles to the ID (#), making it difficult to override
    2. This is a p element p.uagb-team__desc and I believe the plugin should respect and inherit the default margins on p elements, not apply its own
    #uagb-team-b94da577-f918-4bc2-bdbc-45dd25d62a14 p.uagb-team__desc {
        font-family: ;
        font-weight: ;
        font-size: 15px;
        line-height: em;
        color: ;
        margin-bottom: 10px;
    }

    I appreciate you looking into this

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @lydenyardley,

    It seems like an issue from our end. I have added this issue to our bug list & we will be fixing it in our upcoming updates.

    For now please add the following custom CSS to resolve your issue:

    p.uagb-team__desc {
        margin-bottom: inherit !important;
    }

    Regards,
    Balachandar

    Thread Starter lyden

    (@lydenyardley)

    Thanks @balachandark, I’ve added that for the meantime!

    Thread Starter lyden

    (@lydenyardley)

    To confirm, this wasn’t fixed by the 1.12.3 update.

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @lydenyardley,

    We haven’t yet fixed this issue. We are working on it and would be fixing it as soon as possible.

    We will let you know once the issue is fixed.

    Your patience is highly appreciated.

    Regards,
    Balachandar Karuparthy

    Thread Starter lyden

    (@lydenyardley)

    Hi team,

    Can you provide an update on this please?

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @lydenyardley,

    It is an issue with Gutenberg as it doesn’t save the empty values. Gutenberg replaces the empty values with the default values. We have already opened a ticket with them. You can view the updates here – https://github.com/WordPress/gutenberg/issues/14629

    Unfortunately, We can’t do anything since it is a Gutenberg issue. We will try to provide them inputs to get this fixed.

    We really appreciate your patience with this issue.

    Regards,
    Balachandar Karuparthy

    Thread Starter lyden

    (@lydenyardley)

    Thanks for the update, and sharing the Github issue – I notice that it is still awaiting your response.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Team block is not applying styles correctly’ is closed to new replies.