Title: [BUG] CSS in Template
Last modified: November 10, 2022

---

# [BUG] CSS in Template

 *  Resolved [Timofey Drozhzhin](https://wordpress.org/support/users/drtimofey/)
 * (@drtimofey)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/bug-css-in-template/)
 * **DESCRIPTION:**
    There is an extra backslash (`\`) on line 700 in: /src/libsodium/
   src/PremiumTemplates/OptinForms/Lightbox/Gridgum.php
 *     ```
               html div#$optin_uuid div#$optin_css_id.gridgum_container .gridgum_body-form .checkbox-field label input, 
               html div#$optin_uuid div#$optin_css_id.gridgum_container .gridgum_body-form .radio-field label input {
                   margin-right: 6px;
       \        }
       ```
   
 * **HOW IT EFFECTS THE WEBSITE:**
    Whenever the template is minified, the spaces
   are condensed, causing the backslash to escape the closing bracket (`\}`), which
   in return causes the template to render incorrectly.
 * **SOLUTION:**
    Remove the backslash

Viewing 1 replies (of 1 total)

 *  Plugin Author [Collins Agbonghama](https://wordpress.org/support/users/collizo4sky/)
 * (@collizo4sky)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/bug-css-in-template/#post-16188264)
 * [@drtimofey](https://wordpress.org/support/users/drtimofey/) thanks for spotting
   this bug. This will be fixed in the next update.

Viewing 1 replies (of 1 total)

The topic ‘[BUG] CSS in Template’ is closed to new replies.

 * ![](https://ps.w.org/mailoptin/assets/icon-256x256.png?rev=1699978)
 * [MailOptin - Popup, Optin Forms & Email Newsletters for Mailchimp, HubSpot, AWeber Etc.](https://wordpress.org/plugins/mailoptin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailoptin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailoptin/)
 * [Active Topics](https://wordpress.org/support/plugin/mailoptin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailoptin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailoptin/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Collins Agbonghama](https://wordpress.org/support/users/collizo4sky/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/bug-css-in-template/#post-16188264)
 * Status: resolved