Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Jeremiah

    (@jprummer)

    Hey there!

    Looks like your theme is overriding the Menu Cart styles. All you need to do is add the following to your theme’s custom css and it should do the trick:

    #menu-bg .menu {
    float: none !important;
    }
    .menu {
    float: none !important;
    }
    .wcmenucart-display-right {
    float: right !important;
    }

    Let me know if that works for you!

    Thread Starter peterbujok

    (@peterbujok)

    Works great, thanks!

    Plugin Contributor Jeremiah

    (@jprummer)

    You’re very welcome. Let us know if you need anything else. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Align Right Fix’ is closed to new replies.