• Resolved clairevictory

    (@clairevictory)


    I’ve managed to use the form styler to get my form how I want it to look on desktop, however, is there a setting I am missing to apply these settings to mobile too?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sydur Rahman

    (@mdrejon)

    Hello @clairevictory , Right now our styler addon has only one functionality for customizing your form style. if you want to add extra CSS for responsive you can custom CSS here: https://prnt.sc/Jepk4AAoRS2Y

    Thanks..

    Thread Starter clairevictory

    (@clairevictory)

    Thank you for getting back to me. Is there a quick line of CSS I can add to automatically apply the same form styler selections I’ve made to mobile?

    Plugin Author Sydur Rahman

    (@mdrejon)

    Yes, you can do it easily. Just add a custom CSS from your styler form tab option, Using media query breakpoints based on your device width. Example:

    @media (max-width: 576px) {
         .uacf7-uacf7style-593 label {
            font-size: 13px !important;
         }
    }

    Thanks..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form styler not working for mobile’ is closed to new replies.