• Resolved kamlet

    (@kamlet)


    Hi there,
    I just installed Site Reviews that I’m testing on my site right now with DIVI.
    In the general settings of the extension I have enabled the style for Divi (v4). I would like to space the reviews between them that are too close.
    The ideal would be to have for each opinion an individual cartridge on a white background as we can have this in divi inside a gray section as currently.
    Can you tell me if this is possible and how to do it? Thank you in advance.
    Chris

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

Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Remove the white background from the page section and use some custom CSS like this for the reviews:

    .glsr-review {
      padding: 2em;
      background: #fff;
    }

    Alternatively, there is the Review Themes addon.

Viewing 1 replies (of 1 total)
  • The topic ‘Seperate reviews with DIVI’ is closed to new replies.