• Resolved sidearm23

    (@sidearm23)


    Hello, I just started using this today and I really like the plugin so far. The one issue I am seeing because I am picky is that the reviews have one line then a completely blank line then the remaining portion of the review. You can see the issue on my site on the homepage. Any idea how to fix this?? Thanks

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    Your theme is adding some extra space under the img. Add this CSS to the custom CSS for the review template in the plugin.

    img.wprevpro_t1_rec_img_file {
    margin-bottom: 0px;
    }

    Thread Starter sidearm23

    (@sidearm23)

    Thanks for the response, however that didn’t seem to change the spacing.

    Thread Starter sidearm23

    (@sidearm23)

    just so we are on the same page…the spacing I am talking about is iin the quote / review itself…like there will be stars…then a line of text, then a line of space and then the remaining review…it just doesn’t look right. Thanks again

    Thread Starter sidearm23

    (@sidearm23)

    Ok so I tried turning off the “Stars” in the template and that removed the space…however I like having the stars there. But maybe that will help narrow down the spacing issue.

    • This reply was modified 4 years, 6 months ago by sidearm23.
    Plugin Author jgwhite33

    (@jgwhite33)

    I don’t see the CSS in the page code. Did you add it to the custom CSS box on the actual review template? Try re-adding it and add the !important tag like below. Let me know when you add it so I can check the page again.

    img.wprevpro_t1_rec_img_file {
    margin-bottom: 0px !important;
    }

    Thread Starter sidearm23

    (@sidearm23)

    Yes I added it but removed it since it didn’t make the change. I added the code with important but it didn’t make any change either. I left it in there for you to view. Thanks

    Plugin Author jgwhite33

    (@jgwhite33)

    My bad the CSS needs to be this…

    img.wprevpro_t1_star_img_file {
    margin-bottom: 0px !important;
    }
    img.wprevpro_t1_rec_img_file {
    margin-bottom: 0px !important;
    }

    Thread Starter sidearm23

    (@sidearm23)

    Perfect that solved it. Thanks for the quick responses I really appreciate it.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Extra Line Space in Review’ is closed to new replies.