Title: tab alignment issue
Last modified: June 27, 2017

---

# tab alignment issue

 *  [rodoyo](https://wordpress.org/support/users/rodoyo/)
 * (@rodoyo)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/tab-alignment-issue/)
 * Hi all
    I have built tabs in page builder but I cannot get the cells to line 
   up on the bottom of the image, appprciate any help [http://rodoyo.com/rhinowood/about/](http://rodoyo.com/rhinowood/about/)
   Thanks Earl

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

 *  [Ben](https://wordpress.org/support/users/benbornschein/)
 * (@benbornschein)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/tab-alignment-issue/#post-9265117)
 * Hello,
 * the reason is because your text in the tab has a <p> which adds a margin-bottom
   with 20px.
 * ![](https://www.dropbox.com/s/hu452b1lct0mi0v/Screenshot%202017-06-27%2011.36.20.
   png?dl=1)
 * If you can add custom CSS somewhere, just add:
 *     ```
       .panel-widget-style .siteorigin-widget-tinymce.textwidget p {
           margin-bottom: 0;
       }
       ```
   
    -  This reply was modified 8 years, 11 months ago by [Ben](https://wordpress.org/support/users/benbornschein/).
    -  This reply was modified 8 years, 11 months ago by [Ben](https://wordpress.org/support/users/benbornschein/).
 *  [David Beja](https://wordpress.org/support/users/dbeja/)
 * (@dbeja)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/tab-alignment-issue/#post-9265121)
 * It’s because button images are inside a **p** and on your css you have a margin
   bottom of 20px for paragraphs.
 * You can add a css rule to change the margin bottom of those paragraphs:
 *     ```
       #pg-w595223cb72b29-0 .siteorigin-widget-tinymce p {
           margin-bottom: 0;
       }
       ```
   
 *  Thread Starter [rodoyo](https://wordpress.org/support/users/rodoyo/)
 * (@rodoyo)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/tab-alignment-issue/#post-9265200)
 * Thanks
    However, not sure where in the css to add. is is the css inside each 
   cell or to the row css? Thanks earl
 *  [Ben](https://wordpress.org/support/users/benbornschein/)
 * (@benbornschein)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/tab-alignment-issue/#post-9265222)
 * Your theme should have an option to add custom css. Please check your theme settings.

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

The topic ‘tab alignment issue’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [Ben](https://wordpress.org/support/users/benbornschein/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/tab-alignment-issue/#post-9265222)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
