Title: [Plugin: JQuery Mega Menu Widget] Responsive &amp; Styling
Last modified: August 20, 2016

---

# [Plugin: JQuery Mega Menu Widget] Responsive & Styling

 *  Resolved [Adam](https://wordpress.org/support/users/panhead/)
 * (@panhead)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/)
 * I realize from the demo that this plugin menu isn’t responsive. That would be
   a great feature! You have my vote. 🙂
 * Also, how easy is it to style the menu?
 * [http://wordpress.org/extend/plugins/jquery-mega-menu/](http://wordpress.org/extend/plugins/jquery-mega-menu/)

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

 *  Plugin Author [remix4](https://wordpress.org/support/users/remix4/)
 * (@remix4)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/#post-3092770)
 * See following tutorial for an example on how to customise the menu styling:
 * [http://www.designchemical.com/blog/index.php/tutorials/wordpress-tutorial-create-your-own-custom-mega-menu-styles/](http://www.designchemical.com/blog/index.php/tutorials/wordpress-tutorial-create-your-own-custom-mega-menu-styles/)
 *  Thread Starter [Adam](https://wordpress.org/support/users/panhead/)
 * (@panhead)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/#post-3092780)
 * I could probably figure out how to make it responsive from now being able to 
   style it. Thanks, remix4!
 *  [badoonz](https://wordpress.org/support/users/badoonz/)
 * (@badoonz)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/#post-3092822)
 * Hi
 * Sorry im just a newbie, i just wanted to know how can i show the search form 
   on the same line as the mega menu
 * <?php /* Widgetized sidebar */
    if ( !function_exists(‘dynamic_sidebar’) || !
   dynamic_sidebar(‘my_mega_menu’) ) : ?><?php endif; ?>
 * if i insert <?php get_search_form( $echo ); ?> before that i get it on top and
   so if i put it in the bottom,
 * im trying to combine both of these codes so the menu will be inline with search
 * my codes is something like this but it doesnt work
 * <?php /* Widgetized sidebar */
    if ( !function_exists(‘dynamic_sidebar’) || !
   dynamic_sidebar(‘my_mega_menu’) ) , get_search_form( $echo );) : ?><?php endif;?
   >
 * for eg
 * HOME | ABOUT | SERVICES| CONTACT [SEARCHBOX}
 * cheers
 *  [dboff](https://wordpress.org/support/users/dboff/)
 * (@dboff)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/#post-3092846)
 * I got the same problem. Does somebody know how to fix this?
 * Thanks
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/#post-3092847)
 * Hi,
 * Here’s what we [suggest](http://themeid.com/forum/topic/4157/how-to-add-a-search-bar-to-the-main-menu/)
   with Responsive Theme.
 * Thanks,
    Emil
 *  [dboff](https://wordpress.org/support/users/dboff/)
 * (@dboff)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/#post-3092850)
 * Ok, thank you, that worked for me. But in my theme I had to change the margin
   tag from 7px to 41px, because the search form was still not at the right place
   of the menu. Here is the complete style.css code from me if somebody have the
   same problem:
 *     ```
       #searchform{
       margin:41px;
       }
   
       #searchform-item input[type="text"] {
           width: auto;
       }
       ```
   
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/#post-3092851)
 * Did it work, if not what’s the site please?
 * Thanks,
    Emil
 *  [dboff](https://wordpress.org/support/users/dboff/)
 * (@dboff)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/#post-3092852)
 * Yes it worked with the changes I described the post before 🙂
 * Thanks
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/#post-3092853)
 * Oh ok, thanks for the tip, I really appreciate that 🙂
 * Thanks for using Responsive!
    Emil

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

The topic ‘[Plugin: JQuery Mega Menu Widget] Responsive & Styling’ is closed to 
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-mega-menu_e7e7e7.svg)
 * [JQuery Mega Menu Widget](https://wordpress.org/plugins/jquery-mega-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-mega-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-mega-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-mega-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-mega-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-mega-menu/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [drop-down](https://wordpress.org/support/topic-tag/drop-down/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 9 replies
 * 5 participants
 * Last reply from: [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-jquery-mega-menu-widget-responsive-styling/#post-3092853)
 * Status: resolved