• Resolved zak23

    (@zak23)


    Hello. I have a website with a 2 column layout (email and phone fields) and it is breaking into single columns at 600px. I would be ok with it breaking into single columns if they would stretch to full width, but they are still at 50%.

    Thanks for the assistance!
    Zak

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

Viewing 1 replies (of 1 total)
  • Plugin Support Kenneth Macharia

    (@kmacharia)

    Hey @zak23,

    Thank you for reaching out!

    You can set a custom breakpoint for breaking into single columns using the following filter:

    add_filter( 'wpforms_frontend_enqueue_css_layout_field_viewport_breakpoint', static function() {
    return 768;
    } );

    It also looks like you are using the paid version of WPForms. If you have an active license subscription with us, and you need additional help, could you please submit a support ticket through the WPForms account dashboard when you have a chance??

    From there, our support team will be able to take a closer look at your request. 

    Thanks!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.