• Resolved kimf236

    (@kimf236)


    Hello, great plugin! I am having an issue with the way it views on mobile devices as I have multiple columns in my results. I wonder if there is a way I can simply hide the form from mobile devices? I’ve tried a few variations of this:

    #fbuilder .fields {display:none!important;}

    but none have worked. Any advice? Thank you so much for your time

    https://ww.wp.xz.cn/plugins/calculated-fields-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    With some CSS rules, it is possible to create a responsive design for results.

    However, if you want hide the form in mobiles devices, you simply should paste the following styles definition in any of css files used in your website:

    @media screen and (max-width: 640px){
        #fbuilder{display: none !important;}
    }

    Thank you for using our plugin.

    Thread Starter kimf236

    (@kimf236)

    thank you for your speedy response! I will try to create a responsive design but getting it to look good on standard monitor took forever! too many columns;)this works for now…

    thanks again!

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

The topic ‘mobile view’ is closed to new replies.