• Hello,

    I can retrieve all facebook reviews without any problem. However when they are listed in my webpage the client name is to big. If I select the option to appear the comment date, it appears touching the name. No space between client name and date. How can I fix this?
    Thanks for your great work with this plugin

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    Your theme CSS is overriding the plugin. Add this custom CSS to the review template…

    
    .wprevpro_t1_SPAN_5 {
        font-size: 14px;
    }
    .wprev_showdate_T1_widget {
        font-size: 14px;
    }
    

    Thanks,
    Josh

Viewing 1 replies (of 1 total)
  • The topic ‘Client name appear to big’ is closed to new replies.