Title: Menu Position
Last modified: August 22, 2016

---

# Menu Position

 *  [digitalpassion](https://wordpress.org/support/users/digitalpassion/)
 * (@digitalpassion)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-position-8/)
 * Hi,
 * I tried the plugin, it is great, but I have one issue, when I enable it, the 
   Menu is pushed to the left, I loose the padding. Here is a screenshot:
    When 
   I enable Mega Menu [http://i.imgur.com/5EL8nSJ.jpg](http://i.imgur.com/5EL8nSJ.jpg)
 * before Mega Menu:
    [http://i.imgur.com/gk42lpc.jpg](http://i.imgur.com/gk42lpc.jpg)
 * is there an easy way to keep the padding/space on the left without re-writing
   the CSS?
 * the CSS Class & ID only apply to Elements, is there an easy way to add CSS Class
   or ID to the whole Menu?
 * or any other way to keep the left padding?
 * thanks
 * [https://wordpress.org/plugins/wr-megamenu/](https://wordpress.org/plugins/wr-megamenu/)

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

 *  Plugin Contributor [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * (@son-tung-mr)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5401987)
 * hi digitalpassion,
 * Thank you for the question. Could you let me know your website so that i can 
   take a loser look at the problem for you?
 * Have you a good day
 * Sincerely,
    Wr Support Team
 *  [mathang](https://wordpress.org/support/users/mathang/)
 * (@mathang)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402257)
 * hi,
 * how to avoid horizontal scroll bar in this menu when reduce the screen size
 *  Plugin Contributor [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * (@son-tung-mr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402258)
 * hi mathang,
 * Thank you for the message, Could you let me know your site URL so that i can 
   check it for you
 * Sincerely,
    TONY
 *  [mathang](https://wordpress.org/support/users/mathang/)
 * (@mathang)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402259)
 * Hi tony,
 * this is my url :[http://phpdemo.sgstechnology.net/sgsnew/](http://phpdemo.sgstechnology.net/sgsnew/)
 * how to do responsive menu pls help me.Am usin WR mega menu.
 *  Plugin Contributor [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * (@son-tung-mr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402260)
 * hi mathang,
 * Thank you for the site address. I will try my best to assist you, but it also
   depends partly on your theme structure.
 * 1.Could you go to the file: **wr-megamenu/assets/css/frontend.css**
    2. find **
   [@media](https://wordpress.org/support/users/media/) only screen and (max-width:
   783px){ .wr-megamenu-container ul.wr-mega-menu{display:inline-flex} } and replace
   it with [@media](https://wordpress.org/support/users/media/) only screen and (
   max-width: 783px){ .wr-megamenu-container ul.wr-mega-menu{background:gray;display:
   block} }
 * Sincerely,
    TONY
 *  [mathang](https://wordpress.org/support/users/mathang/)
 * (@mathang)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402261)
 * Hi tony,
 * thank you so much.. its work up to 783px only.but above 783px it shows
    horizontal
   scroll bar.May i want to add this **(.wr-megamenu-container ul.wr-mega-menu{background:
   gray;display:block})** to any other media screen width?
 *  Plugin Contributor [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * (@son-tung-mr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402262)
 * hi mathang,
 * Thank you for the reply, It depends on your preference. If you would like to 
   make the menu not show horizontal scroll bar when the window’s width > 783 , 
   you can use the following code to limit the maximum width:
 *     ```
       @media screen and (min-width:783px) and (max-width:983px){
           .wr-megamenu-container ul.wr-mega-menu{background:gray;display:block}
       }
       ```
   
 * Sincerely,
    TONY
 *  [mathang](https://wordpress.org/support/users/mathang/)
 * (@mathang)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402263)
 * Hi Tony,
 * thank you so much…..
 *  Plugin Contributor [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * (@son-tung-mr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402264)
 * Hi mathang,
 * Thank you for the cooperation. If you feel satisfied with our plugin, Would you
   mind giving us a review **[here](https://wordpress.org/support/view/plugin-reviews/wr-megamenu)**
   so that it can encourage to make the plugin better. Thank you very much.
 * Sincerely,
    tony
 *  [abcard](https://wordpress.org/support/users/abcard/)
 * (@abcard)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402266)
 * Hi Tony,
 * I have just downloaded the plugin, I am having trouble to reposition the menu
   where it used to be (you can see here in live [http://www.card.fr](http://www.card.fr)).
 * I am working locally on my website to test your plugin.. it seems that I can’t
   attached a screen shot but the menu is now sticking at the top of the header 
   and is located too much on the left side…
 * Moreover, I am using the latest version of WordPress with the florida theme that
   comes with retina Icones which I use for my website. Since testing, my icon have
   all disapeared but.. only on Firefox 0_o when testing under Chrome I have my 
   icons…
 * Thank you for your support !
 * Best regards.
 *  Plugin Contributor [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * (@son-tung-mr)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402267)
 * hi abcard,
 * Thank you for the message. i have visited the site you mentioned above, hoever,
   it seems that the plugin is not activated? could you recheck it?
 * sincerely,
    tony
 *  [abcard](https://wordpress.org/support/users/abcard/)
 * (@abcard)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402268)
 * Yes Tony, it is normal as I am currently testing your plugin locally, I can’t
   activate it on the live website…
 * From what I described you can’t point me to a drirection to fix it ?
 * Or I can give you access by teamvwier if you wish…
 * Thank you.
 *  Plugin Contributor [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * (@son-tung-mr)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402269)
 * hi abcard,
 * As you described above, “the menu is now sticking at the top of the header and
   is located too much on the left side…”
 * Without the site, it finds hard to know which code i should suggest you. In this
   case i just recommend you adjust the menu closer to the right side.
 * For the teamviewer, My time is UTC/GMT +11 hours, Please feel free to contact
   me via the private message on our forum [here ](http://www.woorockets.com/forum/)
 * Sincerely,
    tony

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

The topic ‘Menu Position’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wr-megamenu_76878e.svg)
 * [Mega Menu by WooRockets.com](https://wordpress.org/plugins/wr-megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wr-megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wr-megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/wr-megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wr-megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wr-megamenu/reviews/)

 * 13 replies
 * 4 participants
 * Last reply from: [www.AloGam.com](https://wordpress.org/support/users/son-tung-mr/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/menu-position-8/#post-5402269)
 * Status: not resolved