• Resolved Cyclone Themes

    (@cyclonetheme)


    In advanced heading block, if we don’t write anything on the subheading the p tag is displaying. Can you make it hidden because the extra padding is coming from that p tag.

Viewing 1 replies (of 1 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey,

    Ideally, this does not happen. We have set the padding to zero.

    Maybe your theme is adding the extra padding.

    You can add the below CSS to avoid the extra padding –

    .wp-block-uagb-advanced-heading p.uagb-desc-text {
        margin: 0;
        padding: 0;
    }

    This should fix your issue.

    Regards,
    Vrunda Kansara

Viewing 1 replies (of 1 total)
  • The topic ‘Subheading should be hidden if no text’ is closed to new replies.