• Thank you for the plugin! This is great. My only problem is on mobile the forms stretch off the screen. Before I try to mess with your php code, do you have a solution suggested? What is the best way to make it responsive?

    Which lines of code should I change to percentage instead of pixels?

    wp-customer-reviews/css/wp-customer-reviews-generated.css

Viewing 1 replies (of 1 total)
  • Thread Starter capnjasbo

    (@capnjasbo)

    Hello again. I was in a bit of a rush, so I hired a freelancer to help with the code.

    He was kind enough to let me share his code.

    If anybody needs help with this same problem, just add this code to the custom CSS on your front page to make it responsive and fit on small browser widths (that means mobile too):

    .wpcr3_div_2 {
    width: 100%!important;
    }
    .wpcr3_table_2 {
    table-layout: fixed!important;
    }
    .wpcr3_respond_2 input[type=”text”] {
    min-width: 100px!important;
    }
    .wpcr3_respond_2 textarea {
    min-width: 200px !important;
    }

    Sharing is caring <3

Viewing 1 replies (of 1 total)
  • The topic ‘mobile/responsive help please’ is closed to new replies.