• Resolved moto.hi

    (@dpricesf)


    I’m getting a broken line in my pagination steps after the finish dot.

    The form container is set up with no padding, no border, and spacing is comfortable. It’s using the theme fonts as well.

    Anyone have any ideas on what the issue is?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @dpricesf

    This the rule in this WPBakery CSS file on your site is causing the malformation:

    #content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
        margin-bottom: 0;
    }

    You can add this CSS wherever appropriate in your environment to fix it:

    .forminator-break:last-of-type {
        margin-bottom: 7px !important;
    }

    Hope this helped!

    Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @dpricesf,

    I hope you are doing well today!

    I could not see any issues on the mentioned page, did you fix it already as suggested by @aakash8?

    Please let us know if you need further help.

    Kind regards,
    Zafer

    Thread Starter moto.hi

    (@dpricesf)

    Thanks aakash8! that did the trick

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Pagination Steps broken line’ is closed to new replies.