• I am manually changing the file …/rich-reviews/css/rich-reviews.css in order to compensate for my wider screen pages. Is there an easier or better way to do this?

    {width:300px}@media only screen and (max-width: 767px){.rr_review_form .form_table .rr_form_row .rr_form_input input[type="text"]{width:150px}}.rr_review_form .form_table .rr_form_row .rr_form_input textarea{width:300px}

    To:

    {width:600px}@media only screen and (max-width: 767px){.rr_review_form .form_table .rr_form_row .rr_form_input input[type="text"]{width:150px}}.rr_review_form .form_table .rr_form_row .rr_form_input textarea{width:600px}

    https://wordpress.org/plugins/rich-reviews/

  • The topic ‘CSS Tweak For Wider Screens’ is closed to new replies.