Title: Responsive and breakpoints
Last modified: August 21, 2016

---

# Responsive and breakpoints

 *  Resolved [TheHomeDad](https://wordpress.org/support/users/thehomedad/)
 * (@thehomedad)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/responsive-and-breakpoints/)
 * Hi
    Thanks cubecolour for so-far a fantastic simple and beautiful plugin. I have
   one issue though: The tabs does not break into an accordion before about 500px.
   I would like it to become an accordion allready from breakpoints at a ipad landscape
   setting. If you could please share some of your input I would be mostly greatfull.
   The site for reference is [http://www.thehomedad.com/about/](http://www.thehomedad.com/about/)
 * FYI The style changes done so far has been done through my theme´s child-sheet.
   Also Ive not over-ridden the stylesheet in my function file. Tried to change 
   the breakpoints by changing your org tabby.css and ftp uploaded.
    Thanks a lot
   in advance – good weekend
 * [https://wordpress.org/plugins/tabby-responsive-tabs/](https://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, 1 month ago](https://wordpress.org/support/topic/responsive-and-breakpoints/#post-4753018)
 * Follow the instructions in the documentation to unhook the default tabby stylesheet,
   and copy the css from that file into your child theme’s stylesheet or a custom
   CSS plugin.
 * Then change the values for the breakpoints in the media queries:
 * eg:
 *     ```
       @media (min-width: 768px) {
       ```
   
 * becomes
 *     ```
       @media (min-width: 1168px) {
       ```
   
 * and
 *     ```
       @media (max-width: 767px) {
       ```
   
 * becomes
 *     ```
       @media (max-width: 1167px) {
       ```
   
 * Experiment to find the best figure for these by adding the same number to each
   value.
 *  Thread Starter [TheHomeDad](https://wordpress.org/support/users/thehomedad/)
 * (@thehomedad)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/responsive-and-breakpoints/#post-4753021)
 * Thanks
    Seems to work great – 6 stars!!!

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

The topic ‘Responsive and breakpoints’ 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: [TheHomeDad](https://wordpress.org/support/users/thehomedad/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/responsive-and-breakpoints/#post-4753021)
 * Status: resolved