Title: New version won&#039;t align right
Last modified: August 20, 2016

---

# New version won't align right

 *  Resolved [gruffalos](https://wordpress.org/support/users/gruffalos/)
 * (@gruffalos)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/)
 * Hi, I have set the cart menu to align right but it won’t. It did before so I 
   am wondering if I can get the previous version back. I know, I should have backed
   up but didn’t 🙁
 * Love the new features btw, will keep an eye on future updates once my website
   starts selling stuff.
 * [http://wordpress.org/extend/plugins/woocommerce-menu-bar-cart/](http://wordpress.org/extend/plugins/woocommerce-menu-bar-cart/)

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

 *  Plugin Contributor [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * (@jprummer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3540899)
 * Hey there! There should be no change in the way it positions verses the previous
   version. Can you post the url to your site so I can check it out? Thanks!
 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3540964)
 * I think it might be the same issue James had in another thread, with the CSS 
   being overriden. In the previous version the CSS was inline. This will be solved
   in the next update.
 *  Thread Starter [gruffalos](https://wordpress.org/support/users/gruffalos/)
 * (@gruffalos)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3540981)
 * Thanks it is still in development so I can wait until the next update, thanks
   for both quick replies.
 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541003)
 * can you try [this version](https://github.com/wpovernight/woocommerce-menu-cart/archive/master.zip)
   from and see if this resolves your issue?
 *  [centicon](https://wordpress.org/support/users/centicon/)
 * (@centicon)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541073)
 * Hi there, I was having the same issue with 2.0 – align right not working.
 * I’ve tried version 2.0.1 (made available by Ewout above) which says “fixed CSS
   align issue” but it still does not alight right.
 * I tried adding this
    .wcmenucart-display-right {float: right !important;}
 * to custom.css but no joy either.
 * Look forward to a fix. thanks
 *  [James](https://wordpress.org/support/users/en7jos/)
 * (@en7jos)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541075)
 * I’ve suggested one possible idea in the other thread (is your alignment in the
   MenuCart settings set to right?), but without a link to your site not sure anyone
   will be able to assist. You’re not exactly giving anyone much to work with!
 *  [centicon](https://wordpress.org/support/users/centicon/)
 * (@centicon)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541079)
 * Hi James – sorry I am a bit of a newbie and it probably doesn’t help to post 
   about the same issue to two threads. I just posted this on the other thread
 * > I have Right Alignment set in the MenuCart Settings: Tried everything I can
   > think of
   > Links to my CSS – using Canvas theme which appears to be overwriting the css
   > [http://zenmoments.org/kusuri/wp-content/themes/canvas/custom.css](http://zenmoments.org/kusuri/wp-content/themes/canvas/custom.css)
   > 
   > [http://zenmoments.org/kusuri/wp-content/themes/canvas/style.css](http://zenmoments.org/kusuri/wp-content/themes/canvas/style.css)
   > Works beautifully on [http://demo.woothemes.com/canvas/](http://demo.woothemes.com/canvas/)
 *  Plugin Contributor [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * (@jprummer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541082)
 * Hi Centicon,
 * I’ll do a little more research and see what I can find. At first glance I’m not
   sure why it wouldn’t work, but there must be a reason! Thanks for your help too
   James!
 *  Plugin Contributor [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * (@jprummer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541083)
 * Found the problem. The theme you’re using has multiple .nav elements in the menu.
   Kind of odd, but that’s where the issue lies. Try adding this to your custom 
   css –
 *     ```
       .fl {
           float: none;
           margin-right: 50px !important;
       }
       ```
   
 * You can customize it from there but that should solve the basics of your problem!
 *  [centicon](https://wordpress.org/support/users/centicon/)
 * (@centicon)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541084)
 * Hi there –
 * Thank you so much – that did the trick!
 *  Plugin Contributor [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * (@jprummer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541085)
 * Awesome, glad to hear it! Let me know if you need anything or have suggestions,
   and be sure to consider the pro version. 🙂
 *  Thread Starter [gruffalos](https://wordpress.org/support/users/gruffalos/)
 * (@gruffalos)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541086)
 * Thanks, the second version works 🙂 Brilliant!
 *  Plugin Contributor [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * (@jprummer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541087)
 * Great! We’ll push that in the next release. I’m going to mark this as resolved.

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

The topic ‘New version won't align right’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-menu-bar-cart/assets/icon-256x256.png?rev=2190481)
 * [Menu Cart for WooCommerce](https://wordpress.org/plugins/woocommerce-menu-bar-cart/)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-menu-bar-cart/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-menu-bar-cart/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-menu-bar-cart/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-menu-bar-cart/reviews/)

 * 13 replies
 * 5 participants
 * Last reply from: [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/new-version-wont-align-right/#post-3541087)
 * Status: resolved