Title: CSS Editing
Last modified: November 1, 2017

---

# CSS Editing

 *  Resolved [Paul Bursnall](https://wordpress.org/support/users/style960/)
 * (@style960)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/css-editing-9/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-editing-9%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/css-editing-9/#post-9642186)
 * 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 8 years, 5 months ago by [Gemini Labs](https://wordpress.org/support/users/geminilabs/).
 *  Thread Starter [Paul Bursnall](https://wordpress.org/support/users/style960/)
 * (@style960)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/css-editing-9/#post-9642243)
 * 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.

 * ![](https://ps.w.org/site-reviews/assets/icon-256x256.gif?rev=3307009)
 * [Site Reviews](https://wordpress.org/plugins/site-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/site-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/site-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/site-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/site-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/site-reviews/reviews/)

## Tags

 * [css editing](https://wordpress.org/support/topic-tag/css-editing/)

 * 2 replies
 * 2 participants
 * Last reply from: [Paul Bursnall](https://wordpress.org/support/users/style960/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/css-editing-9/#post-9642243)
 * Status: resolved