Title: Padding Adding Rectangle
Last modified: December 26, 2018

---

# Padding Adding Rectangle

 *  [ginmonty](https://wordpress.org/support/users/ginmonty/)
 * (@ginmonty)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/padding-adding-rectangle/)
 * Hello! When I add padding to my columns on this page, on certain ones, I’m getting
   a rectangle next to it in what would be the next column but I don’t want a 2nd
   column. I have no idea what’s causing it but I can only assume I made a CSS error
   along the way. Any idea how I can keep the padding but get rid of those rogue
   white rectangles? Thanks in advance!
    -  This topic was modified 7 years, 5 months ago by [ginmonty](https://wordpress.org/support/users/ginmonty/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpadding-adding-rectangle%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 5 months ago](https://wordpress.org/support/topic/padding-adding-rectangle/#post-11027674)
 * Remove the padding from the div itself and pad the contents
 *     ```
       .wpb_wrapper p {
           padding-left: 1em;
           padding-right: 1em;
       }
       ```
   
 *  Thread Starter [ginmonty](https://wordpress.org/support/users/ginmonty/)
 * (@ginmonty)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/padding-adding-rectangle/#post-11027701)
 * Thanks [@sterndata](https://wordpress.org/support/users/sterndata/). That works
   for the side padding but I need padding at the bottom of the div and even when
   I pad the elements and add it to the bottom, I’m still getting the additional
   rectangle showing up to the side.
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 5 months ago](https://wordpress.org/support/topic/padding-adding-rectangle/#post-11027867)
 * When you pad the div, it becomes non-zero in height and thus visible. It appears
   you’re using a commercial plugin, WP Bakery, to add those divs. Try removing 
   the one(s) on the right.
 * If you need assistance with that, please contact their support directly as commercial
   plugins are not supported in these forums.

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

The topic ‘Padding Adding Rectangle’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/padding-adding-rectangle/#post-11027867)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
