Title: responsive
Last modified: March 29, 2017

---

# responsive

 *  Resolved [haiderkb](https://wordpress.org/support/users/haiderkb/)
 * (@haiderkb)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/responsive-320/)
 * Hi
    Is it possible to make things more responsive for mobile etc?
 * For example, the added buttons merge into each other in a narrow or mobile view.
   Can they be made to stack?
 * Haider

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

 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/responsive-320/#post-8970855)
 * probably, do you have a link to an example?
 *  Thread Starter [haiderkb](https://wordpress.org/support/users/haiderkb/)
 * (@haiderkb)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/responsive-320/#post-8973218)
 * Hi
 * Very crudely I used the below to make it happen. Not sure if it’s ok for all,
   but better than alternative so far.
 * The clear:both; and float left seemed to be critical.
 * [@media](https://wordpress.org/support/users/media/) only screen and (max-width:
   480px) {
    .bsp-center { clear:both; width: 100%; max-width: 100%; float: left;
   text-align: left; margin-top: 10px; }
 *  .bsp-one-half
    { float: left; width: 48%; margin-right: 4%; }
 *  .bsp-one-third
    { width: 30.66%; float: left; margin-right: 4%; position: relative;}}
 * I used it here:
    [http://www.nowyouhearit.com/home/forums/forum/music-and-things-that-play-it/](http://www.nowyouhearit.com/home/forums/forum/music-and-things-that-play-it/)
 * it’s a wip but you may have to register to see it.
    Haider
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/responsive-320/#post-8979690)
 * [@haiderkb](https://wordpress.org/support/users/haiderkb/)
 * Tested your code, and it works great, and I only did one small change – I added
   a
 * `margin-bottom : 10px;`
 * to the .bsp-center so it is lifted from the next line.
 * I’ll release a new version shortly.
 * Thanks again !!
 *  Thread Starter [haiderkb](https://wordpress.org/support/users/haiderkb/)
 * (@haiderkb)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/responsive-320/#post-8980226)
 * Thanks and no problem.

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

The topic ‘responsive’ is closed to new replies.

 * ![](https://ps.w.org/bbp-style-pack/assets/icon-256x256.jpg?rev=2706563)
 * [bbp style pack](https://wordpress.org/plugins/bbp-style-pack/)
 * [Support Threads](https://wordpress.org/support/plugin/bbp-style-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/bbp-style-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbp-style-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbp-style-pack/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [haiderkb](https://wordpress.org/support/users/haiderkb/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/responsive-320/#post-8980226)
 * Status: resolved