Title: JQuery Mega Menu Widget with theme responsive
Last modified: August 20, 2016

---

# JQuery Mega Menu Widget with theme responsive

 *  Resolved [rossiback](https://wordpress.org/support/users/rossiback/)
 * (@rossiback)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/)
 * Is JQuery Mega Menu Widget compactable with theme responsive? if not is there
   other way round?

Viewing 7 replies - 16 through 22 (of 22 total)

[←](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/?output_format=md)
[1](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/?output_format=md)
2

 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/page/2/#post-2779424)
 * From top of my head no, you will need to [tweak](https://developer.mozilla.org/en/CSS/)
   this a little. All buttons will have to be under the same call-to-action class
   and additional class added to each to keep them inline and separate them as well.
 *     ```
       <?php
           echo '<a href="http://example.com" class="blue button">';
           echo __('Call to Action 2','responsive');
           echo '</a>';
       ?>
       ```
   
 * Complete: [http://pastebin.com/CFnrkA7d](http://pastebin.com/CFnrkA7d)
 * Emil
 *  Thread Starter [rossiback](https://wordpress.org/support/users/rossiback/)
 * (@rossiback)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/page/2/#post-2779425)
 * This last code is good, any way to make it bigger?
 *     ```
       ell.
   
       <?php
           echo '<a href="http://example.com" class="blue button">';
           echo __('Call to Action 2','responsive');
           echo '</a>';
       ?>
       Com
       ```
   
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/page/2/#post-2779426)
 * See:
 *     ```
       /* =Buttons (Call to Action)
       -------------------------------------------------------------- */
       .call-to-action a.button {
       	font-size:24px;
       	padding:15px 35px;
       }
   
       .ie7 .call-to-action a.button {
       	padding:15px 35px 18px 35px;
       }
       ```
   
 *  Thread Starter [rossiback](https://wordpress.org/support/users/rossiback/)
 * (@rossiback)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/page/2/#post-2779427)
 * Thanks a lot Emil, its perfect!
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/page/2/#post-2779428)
 * No problem. Please don’t forget to close this post as “resolved” and to rate 
   Responsive if that’s ok by you 🙂 [http://wordpress.org/extend/themes/responsive](http://wordpress.org/extend/themes/responsive)
 * And if you need more help you can jump to [http://themeid.com/forum](http://themeid.com/forum)
   as well.
 * Emil
 *  Thread Starter [rossiback](https://wordpress.org/support/users/rossiback/)
 * (@rossiback)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/page/2/#post-2779429)
 * Yes its ok.
    For any one who may need this, its this link: [http://pastebin.com/CFnrkA7d](http://pastebin.com/CFnrkA7d)
   Emil send to me resolved the problem. Just copy the code and past it in the right
   place, do not forget to change the Url.
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/page/2/#post-2779431)
 * Thank You!
 * All the best with your project,
    Emil

Viewing 7 replies - 16 through 22 (of 22 total)

[←](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/?output_format=md)
[1](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/?output_format=md)
2

The topic ‘JQuery Mega Menu Widget with theme responsive’ is closed to new replies.

## Tags

 * [JQuery Mega Menu Widget](https://wordpress.org/support/topic-tag/jquery-mega-menu-widget/)

 * 22 replies
 * 2 participants
 * Last reply from: [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/jquery-mega-menu-widget-with-theme-responsive/page/2/#post-2779431)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
