Title: before responsive-tabs-wrapper
Last modified: August 21, 2016

---

# before responsive-tabs-wrapper

 *  Resolved [Leah](https://wordpress.org/support/users/gezan/)
 * (@gezan)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/before-responsive-tabs-wrapper/)
 * Hi,
 * Doing some tests, I see there’s a p -tag between .entry-content and .responsive-
   tabs-wrapper.
 * Like:
 *     ```
       <div class="entry-content">
       <p></p>
       <div class="responsive-tabs-wrapper">
       ```
   
 * Is this by design from the theme (twenty thirteen) or from the plugin?
    It poses
   a design problem when using pages both with and without a heading (just tabs)/
   Bo
 * [http://wordpress.org/plugins/tabby-responsive-tabs/](http://wordpress.org/plugins/tabby-responsive-tabs/)

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

 *  Plugin Author [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/before-responsive-tabs-wrapper/#post-4399926)
 * This is due to the [wpautop](http://codex.wordpress.org/Function_Reference/wpautop)
   function in WordPress. There is a thread discussing various workarounds to stop
   unwanted paragraphs being added at: [http://wordpress.org/support/topic/stop-wordpress-from-adding-p-tags-and-removing-line-break](http://wordpress.org/support/topic/stop-wordpress-from-adding-p-tags-and-removing-line-break)
 * The usual workaround for wpautop issues is to remove the filter by adding the
   following line to your child theme’s functions.php or a functionality plugin:
 *     ```
       <?php remove_filter( 'the_content', 'wpautop' ); ?>
       ```
   
 * Alternatively you can turn it off on a post-by-post basis using the wpautop control
   plugin: [http://wordpress.org/plugins/wpautop-control/](http://wordpress.org/plugins/wpautop-control/)
 *  Thread Starter [Leah](https://wordpress.org/support/users/gezan/)
 * (@gezan)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/before-responsive-tabs-wrapper/#post-4399941)
 * Ok, many thanks for quick answer!

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

The topic ‘before responsive-tabs-wrapper’ is closed to new replies.

 * ![](https://ps.w.org/tabby-responsive-tabs/assets/icon-256x256.jpg?rev=2682041)
 * [Tabby Responsive Tabs](https://wordpress.org/plugins/tabby-responsive-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabby-responsive-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabby-responsive-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/tabby-responsive-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabby-responsive-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabby-responsive-tabs/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Leah](https://wordpress.org/support/users/gezan/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/before-responsive-tabs-wrapper/#post-4399941)
 * Status: resolved