Title: Custom CSS for adding a bottom margin
Last modified: May 27, 2020

---

# Custom CSS for adding a bottom margin

 *  [sheacurran10](https://wordpress.org/support/users/sheacurran10/)
 * (@sheacurran10)
 * [6 years ago](https://wordpress.org/support/topic/custom-css-for-adding-a-bottom-margin/)
 * Hello Phil, Thanks for a great plugin! Is there custom css code to add a bottom
   margin? I am having issues of the age gate overlapping my cookie notice on mobile,
   so figured an increase in the bottom margin could help. Thanks again!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Phil](https://wordpress.org/support/users/philsbury/)
 * (@philsbury)
 * [6 years ago](https://wordpress.org/support/topic/custom-css-for-adding-a-bottom-margin/#post-12907442)
 * Hi [@sheacurran10](https://wordpress.org/support/users/sheacurran10/),
 * There’s probably a few ways to do it, so might be worth having a look at the 
   [css reference](https://agegate.io/docs/styling/css-reference).
 * I think though that the main `age-gate` class might be the best bet as it already
   has some padding on it (50px by default).
 * Increasing it might help. Though how the cookie notice is displayed (I’m guessing
   fixed to the bottom of the page) will play a part.
 * Here’s a css snippet:
 *     ```
       @media screen and (max-width: 768px)
       .age-gate {
           padding-bottom: 150px;
       }
       ```
   
 * Let me know how that goes.
 * Cheers
    Phil

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS for adding a bottom margin’ is closed to new replies.

 * ![](https://ps.w.org/age-gate/assets/icon-256x256.png?rev=2783003)
 * [Age Gate](https://wordpress.org/plugins/age-gate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/age-gate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/age-gate/)
 * [Active Topics](https://wordpress.org/support/plugin/age-gate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/age-gate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/age-gate/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Phil](https://wordpress.org/support/users/philsbury/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/custom-css-for-adding-a-bottom-margin/#post-12907442)
 * Status: not resolved