Title: Issue with Responsive plugin
Last modified: September 1, 2016

---

# Issue with Responsive plugin

 *  Resolved [Giovanna](https://wordpress.org/support/users/giogoat/)
 * (@giogoat)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/issue-with-responsive-plugin/)
 * I have an issue with this plugin. I followed the instructions so on the mobile
   each row can be expanded. The problem is that the fields in my first column are
   all links and when I click the plus symbol not only the row is expanded but also
   the browser goes to the link. Hope I managed to explain myself 😀
 * The page is this one: [http://blog.pianetadonna.it/msp/ricerca-ricette/](http://blog.pianetadonna.it/msp/ricerca-ricette/)
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/issue-with-responsive-plugin/#post-7568688)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Are you sure about this? I can not reproduce this. Only when I click exactly 
   on the link does the link open. Otherwise, the collapsed row expands.
 * What browser are you using?
 * Regards,
    Tobias
 *  Thread Starter [Giovanna](https://wordpress.org/support/users/giogoat/)
 * (@giogoat)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/issue-with-responsive-plugin/#post-7568716)
 * Hi, I use chrome on an LG Optimus II, the plus symbol is very close to the link
   so I guess it’s difficult to avoid to press the link. And I really don’t want
   to swap for another column, that should be the first 🙁
 *  Thread Starter [Giovanna](https://wordpress.org/support/users/giogoat/)
 * (@giogoat)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/issue-with-responsive-plugin/#post-7568717)
 * ok I tried again and yes, it works, but it’s very fiddly. Knowing the tipology
   of readers of ny blog I can already anticipate they will be complaining forever
   😀
 * In any case, there may be another solution. The 2 rightmost columns I really 
   don’t even want to show them but I want the users to query for the values in 
   them. Is there anyway to do that? In that case I would have only 2 columns so
   I would not need the responsive anymore 😉
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/issue-with-responsive-plugin/#post-7568776)
 * Hi,
 * that should not be a problem. Just hide the column using some CSS code:
 *     ```
       .tablepress-id-6 .column-3,
       .tablepress-id-6 .column-4 {
         display: none;
       }
       ```
   
 * The column will then be invisible but still searchable.
 * Regards,
    Tobias
 *  Thread Starter [Giovanna](https://wordpress.org/support/users/giogoat/)
 * (@giogoat)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/issue-with-responsive-plugin/#post-7568811)
 * Oh this is fantastic, it works, great!
 * Thanks 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/issue-with-responsive-plugin/#post-7568828)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

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

The topic ‘Issue with Responsive plugin’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/issue-with-responsive-plugin/#post-7568828)
 * Status: resolved