Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #151971
    Ian
    Participant

    Hi anybody know a quick fix for this Im not experienced with code so please explain where exactly to add the code if needed.

    https://www.playarida.com/purchasereserve-now/

    #152041
    tikaram
    Keymaster

    @ian : Login to your WordPress Dashboard Go to Appearance => Customize => Additional css and add the following css .

    @media only screen and (max-width: 480px) {
    
    .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
    .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label{
    	display:inline !important;
    }
    img[class*="align"], img[class*="wp-image-"] {
    	max-width:90%;
    }
    .gform_wrapper {
    	margin:16px;
    }
    }

    Let me know if this resolves your issue. Actually this is not a theme related issue. Its due to the plugin css of gravity form.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Gravity Forms is getting cut off on mobile for Simple Catch Pro theme..’ is closed to new replies.