Title: Increase bottom padding on main container
Last modified: November 10, 2020

---

# Increase bottom padding on main container

 *  Resolved [hemjesti](https://wordpress.org/support/users/hemjesti/)
 * (@hemjesti)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/increase-bottom-padding-on-main-container/)
 * Hey guys, i can’t seem to add padding to the bottom of the main container. it’s
   an ID as far as i can tell called Main – i need to add about 30px to it so it’s
   not butting up against my footer. any suggestions?
 * Thank you so much!!

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

 *  Plugin Support [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/increase-bottom-padding-on-main-container/#post-13646256)
 * Hey [@hemjesti](https://wordpress.org/support/users/hemjesti/)
 * This can be done with some CSS code, but it depends on your theme. Can you share
   a link to your site so we can take a look?
 *  Thread Starter [hemjesti](https://wordpress.org/support/users/hemjesti/)
 * (@hemjesti)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/increase-bottom-padding-on-main-container/#post-13646388)
 * dang it – site isn’t live yet. i’m using the avada theme. but going to guess 
   that doesn’t help much.
 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/increase-bottom-padding-on-main-container/#post-13646541)
 * Avada #main bottom-padding defaults to 40px. If you’re not seeing that, try reseting
   Fusion caches at theme options > performance. But to answer your question, try:
 *     ```
       #main {
         padding-bottom: 30px !important;
       }
       ```
   
 *  Thread Starter [hemjesti](https://wordpress.org/support/users/hemjesti/)
 * (@hemjesti)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/increase-bottom-padding-on-main-container/#post-13661266)
 * [@lorro](https://wordpress.org/support/users/lorro/) thank you a thousand times
   over – worked perfectly. Thank you so much!!

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

The topic ‘Increase bottom padding on main container’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)

 * 4 replies
 * 3 participants
 * Last reply from: [hemjesti](https://wordpress.org/support/users/hemjesti/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/increase-bottom-padding-on-main-container/#post-13661266)
 * Status: resolved