Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #256799

    Dear Sirs,

    I have Gravity Forms in http://unifi.co/demo

    The form look strange in mobile browser. I already ask for support in Gravity Forms forum, they said this is because of the theme.

    Kindly please assist me to solve :

    1. The fields not properly align to the left. Some will appear a little bit to the right. I need to make all fields to align to the left.

    2. To make the email field to appear same size as text field. ( mobile & dekstop browser ). Then to make the 2nd email field, to appear in next line..instead of appear same line as first email. ( in mobile browser )

    Thank you very much.

    #256930

    Hey riatech!

    Thank you for using the theme!

    I checked the website on mobile view by resizing the browser and the input fields looks ok. Did you fixed this?

    Best regards,
    Ismael

    #257034
    This reply has been marked as private.
    #257066

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 479px) {
    #top .gform_wrapper .top_label li.gfield.gf_left_half, #top .gform_wrapper .top_label li.gfield.gf_right_half, #top .gform_wrapper .top_label li.gfield.gf_left_third, #top .gform_wrapper .top_label li.gfield.gf_middle_third {
    width: 100% !important; }}

    That should fix both issues

    Cheers!
    Yigit

    #257095
    This reply has been marked as private.
    #257100

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (min-width: 990px) {
    .gform_wrapper .top_label li.gfield.gf_left_half { width: 46% !important; }}

    Best regards,
    Yigit

    • This reply was modified 10 years, 6 months ago by Yigit.
    #257101
    This reply has been marked as private.
    #257112

    Hi!

    I have edited the code i posted in my previous post and added !important rule. Please try it now

    Best regards,
    Yigit

    #257123

    Hi Mr Yigit,

    Thank you for your great support! Problems solved!

    #257124

    Hi!

    You are welcome, glad we could help! :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Gravity Form in Mobile browser’ is closed to new replies.