• Resolved Paul Bursnall

    (@style960)


    I’m having difficulty in making CSS changes to site reviews. Example:

    .gslr-review {
        margin-bottom: 2.5em !important;
    }

    will not change the margin bottom of 3em. All changes are made in a child theme (Generatepress), I’ve cleared server cache, browser cache, and tried switching to Twenty Sixteen theme.

    Can you please advise?

    Thanks,
    Paul.

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

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

    (@geminilabs)

    You misspelt the class name (glsr stands for [G]emini [L]abs [S]ite [R]eviews). Try this:

    .glsr-review {
        margin-bottom: 2.5em !important;
    }
    • This reply was modified 7 years, 4 months ago by Gemini Labs.
    Thread Starter Paul Bursnall

    (@style960)

    Yeah I see it! Working now.

    Thanks for the quick response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Editing’ is closed to new replies.