• Resolved hastibe

    (@hastibe)


    It looks like you have some extra borders showing-up on your heading shortcode, that I don’t think should be? See the example here: getshortcodes.com/docs/heading.

    I think this…

    .su-heading-style-default {
        padding: 2px 0;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }

    …should be just…

    .su-heading-style-default {
        padding: 2px 0;
    }

    …this?

The topic ‘Extra Borders on Heading Shortcode’ is closed to new replies.