Your comments
Hey Katie,
Thanks for the suggestion. This will actually take a bit of work to code into the plugin. I'll add it to the list of feature requests. In the meantime, you could try some CSS like the following to fix the height of the reviews and add scrollbars to the side. Change the 173px to control the height. In this case, you would just turn off the "Read More" function.
.indrevdiv {
height: 173px;
margin-left: 2px;
overflow: auto
}
.indrevdiv::-webkit-scrollbar {
width: 5px;
}
.indrevdiv::-webkit-scrollbar-track {
background: #f1f1f1;
}
.indrevdiv::-webkit-scrollbar-thumb {
background: #888;
}
.indrevdiv::-webkit-scrollbar-thumb:hover {
background: #555;
}
.wprevpro_t1_DIV_2:after {
bottom: 56px;
position: fixed;
}
img.wprevpro_t1_site_logo {
position: fixed;
right: 15px;
bottom: 90px;
}
It should end up looking something like so...
Try adding the CSS to the custom CSS for the Form.
.wprevform-field.wprevpro-field-social_links {
text-align: center;
font-size: 120%;
}
input#wprevpro_submit_review {
display: none;
}
Sorry about the trouble. I honestly didn't envision using more than one form on a page. I'll take a look at the code and get it updated.
Try this CSS in the custom CSS field for the form.
.wprevform-field.wprevpro-field-review_rating {
font-size: 20px;
text-align: center;
}
.wprevpro-rating label {
width: 30px;
height: 30px;
}
Can you post a link to the page with the form?
Sure, that isn't a problem. On the review template Filter tab look for this setting...
Thank you for the suggestion. Currently, I only focus on really big websites. I do sometimes add smaller websites for a customization fee. If you're interested in that just file a private support ticket.
Customer support service by UserEcho
Add this CSS to the custom CSS for the review template. It should fix the center issue.
.slickwprev-dots {
margin: 0 !important;
}
I don't see the arrows. If you can turn them back on I can send you some code.