Title: Responsiveness and CSS
Last modified: August 22, 2016

---

# Responsiveness and CSS

 *  Resolved [setablaze777](https://wordpress.org/support/users/setablaze777/)
 * (@setablaze777)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsiveness-and-css/)
 * Hi. I was wondering if you could provide the CSS classes that are used when the
   menu is condensed. I’ve been able to add the plugin to my theme but the mobile
   version of the site now has the menu shifted over too far to one side. I may 
   need to add some mobile specific CSS coding for color and other things as well.
   Could you give any insight? You can see the site I’m working on here:
 * [http://media.vcphx.com/](http://media.vcphx.com/)
 * Thanks.
 * [https://wordpress.org/plugins/widgetize-navigation-menu/](https://wordpress.org/plugins/widgetize-navigation-menu/)

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

 *  Plugin Author [chows305](https://wordpress.org/support/users/chows305/)
 * (@chows305)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsiveness-and-css/#post-5293513)
 * Simply adding this to your css will fix it:
    .container{position:static!important;}
 * The container is actually in your main css. It currently has a “position:relative”
   that is causing the menu to be constrained to its dimensions.
 * For now, that should work, but I may try to look at the code to see if there 
   is a away to avoid this type of issue in the future.
 * Cheers,
    Stephanie
 *  Thread Starter [setablaze777](https://wordpress.org/support/users/setablaze777/)
 * (@setablaze777)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsiveness-and-css/#post-5293523)
 * Yep! That did it! Thanks so much 😀
 *  [rahul.vit09](https://wordpress.org/support/users/rahulvit09/)
 * (@rahulvit09)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsiveness-and-css/#post-5293785)
 * Hi,
 * On mobile the menu is not loading. Any idea?
 * site: [http://www.fossbytes.com](http://www.fossbytes.com)

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

The topic ‘Responsiveness and CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/widgetize-navigation-menu_eebfd6.
   svg)
 * [Widgetize Navigation Menu](https://wordpress.org/plugins/widgetize-navigation-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widgetize-navigation-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widgetize-navigation-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/widgetize-navigation-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widgetize-navigation-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widgetize-navigation-menu/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [rahul.vit09](https://wordpress.org/support/users/rahulvit09/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/responsiveness-and-css/#post-5293785)
 * Status: resolved