Title: Responsive &#8230;
Last modified: August 22, 2016

---

# Responsive …

 *  [regis999](https://wordpress.org/support/users/regis999/)
 * (@regis999)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/)
 * Hi,
    i very like this plugin, but have big problem with responsive. My theme 
   is responsive, when switching for ipad or mobile devices or on computer with 
   smaller monitor width – show half button…etc., 2 buttons good and one cut of 
   half When will be fixed this thing ??
 * [https://wordpress.org/plugins/maxbuttons/](https://wordpress.org/plugins/maxbuttons/)

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/topic/responsive-216/?output_format=md) [1](https://wordpress.org/support/topic/responsive-216/?output_format=md)
2

 *  Plugin Author [AlanP57](https://wordpress.org/support/users/alanp57/)
 * (@alanp57)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747097)
 * If you put the code in the page [http://www.sveikatosgidas.lt/plastikos-chirurgija/](http://www.sveikatosgidas.lt/plastikos-chirurgija/),
   then I can work with the html and css.
 *  Thread Starter [regis999](https://wordpress.org/support/users/regis999/)
 * (@regis999)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747098)
 * can i sent you the index.php and you insert??
 * <?php $options = mh_theme_options(); ?>
    <?php get_header(); ?> <div class=”mh-
   wrapper clearfix”> <div class=”mh-main”> <section id=”mh-loop” class=”mh-content
   <?php mh_content_class(); ?>”> <?php echo do_shortcode(‘[ws_table id=”2″]’); ?
   > <?php mh_before_page_content(); ?> <?php if (category_description()) : ?> <
   section class=”cat-desc”> <?php echo category_description(); ?> </section> <?
   php endif; ?> <?php if (have_posts()) { ?> <?php while (have_posts()) : the_post();?
   > <?php get_template_part(‘content’, ‘loop-‘ . $options[‘loop_layout’]); ?> <?
   php endwhile; ?> <?php mh_pagination(); ?> <?php } else { ?> <?php get_template_part(‘
   content’, ‘none’); ?> <?php } ?> </section> <?php get_sidebar(); ?> </div> <?
   php mh_second_sb(); ?> </div> <?php get_footer(); ?>
 *  Plugin Author [AlanP57](https://wordpress.org/support/users/alanp57/)
 * (@alanp57)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747099)
 * Where are you adding it? To the content of the page?
 *  Thread Starter [regis999](https://wordpress.org/support/users/regis999/)
 * (@regis999)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747100)
 * adding before this:
 * <?php mh_before_page_content(); ?>
 *  Plugin Author [AlanP57](https://wordpress.org/support/users/alanp57/)
 * (@alanp57)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747101)
 * If you can insert
 *     ```
       <ul>
       <li><?php echo do_shortcode('[maxbutton id="25"]'); ?></li>
       <li><?php echo do_shortcode('[maxbutton id="26"]'); ?></li>
       <li><?php echo do_shortcode('[maxbutton id="25"]'); ?></li>
       <li><?php echo do_shortcode('[maxbutton id="24"]'); ?></li>
       <li><?php echo do_shortcode('[maxbutton id="24"]'); ?></li>
       <li><?php echo do_shortcode('[maxbutton id="27"]'); ?></li>
       </ul>
       ```
   
 * then I can see what CSS it needs
 *  Thread Starter [regis999](https://wordpress.org/support/users/regis999/)
 * (@regis999)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747102)
 * inserted you can check [http://www.sveikatosgidas.lt/temos/](http://www.sveikatosgidas.lt/temos/)
 * <?php $options = mh_theme_options(); ?>
    <?php get_header(); ?> <div class=”mh-
   wrapper clearfix”> <div class=”mh-main”> <section id=”mh-loop” class=”mh-content
   <?php mh_content_class(); ?>”> <?php echo do_shortcode(‘[maxbutton id=”25″]’);?
   > <?php echo do_shortcode(‘[maxbutton id=”25″]’); ?> <?php echo do_shortcode(‘[
   maxbutton id=”25″]’); ?> <?php echo do_shortcode(‘[maxbutton id=”25″]’); ?> <?
   php echo do_shortcode(‘[maxbutton id=”25″]’); ?> <?php echo do_shortcode(‘[maxbutton
   id=”25″]’); ?> <?php mh_before_page_content(); ?> <?php if (category_description()):?
   > <section class=”cat-desc”> <?php echo category_description(); ?> </section>
   <?php endif; ?> <?php if (have_posts()) { ?> <?php while (have_posts()) : the_post();?
   > <?php get_template_part(‘content’, ‘loop-‘ . $options[‘loop_layout’]); ?> <?
   php endwhile; ?> <?php mh_pagination(); ?> <?php } else { ?> <?php get_template_part(‘
   content’, ‘none’); ?> <?php } ?> </section> <?php get_sidebar(); ?> </div> <?
   php mh_second_sb(); ?> </div> <?php get_footer(); ?>
 *  Plugin Author [AlanP57](https://wordpress.org/support/users/alanp57/)
 * (@alanp57)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747105)
 * I still see the buttons in a table and by the way, your site is not responsive.
 *  Thread Starter [regis999](https://wordpress.org/support/users/regis999/)
 * (@regis999)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747106)
 * yes i removed for users not show bad. Now i again will inser and will do responsive
   site.
 *  Thread Starter [regis999](https://wordpress.org/support/users/regis999/)
 * (@regis999)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747108)
 * now responsive and without table [http://www.sveikatosgidas.lt/temos/](http://www.sveikatosgidas.lt/temos/)
 *  Thread Starter [regis999](https://wordpress.org/support/users/regis999/)
 * (@regis999)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747113)
 * I must remove for now for the user this code, because showing bad. I hope your
   help with codeing, because i very like this plugin but for him really need responsive,
   now is 2015 year all using ipad, iphones new themes responsive 🙂
 *  Plugin Author [AlanP57](https://wordpress.org/support/users/alanp57/)
 * (@alanp57)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747115)
 * Sorry, I will not be able to give any more free help on this issue.
 *  Thread Starter [regis999](https://wordpress.org/support/users/regis999/)
 * (@regis999)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747116)
 * what you can propone for this issue??

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/topic/responsive-216/?output_format=md) [1](https://wordpress.org/support/topic/responsive-216/?output_format=md)
2

The topic ‘Responsive …’ is closed to new replies.

 * ![](https://ps.w.org/maxbuttons/assets/icon-128x128.png?rev=1378636)
 * [MaxButtons - Create buttons](https://wordpress.org/plugins/maxbuttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/maxbuttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/maxbuttons/)
 * [Active Topics](https://wordpress.org/support/plugin/maxbuttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/maxbuttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/maxbuttons/reviews/)

 * 27 replies
 * 2 participants
 * Last reply from: [regis999](https://wordpress.org/support/users/regis999/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-216/page/2/#post-5747116)
 * Status: not resolved