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

    (@jprummer)

    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

    (@pomegranate)

    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

    (@gruffalos)

    Thanks it is still in development so I can wait until the next update, thanks for both quick replies.

    Plugin Contributor Ewout

    (@pomegranate)

    can you try this version from and see if this resolves your issue?

    centicon

    (@centicon)

    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

    (@en7jos)

    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

    (@centicon)

    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

    https://zenmoments.org/kusuri/wp-content/themes/canvas/custom.css
    https://zenmoments.org/kusuri/wp-content/themes/canvas/style.css

    Works beautifully on https://demo.woothemes.com/canvas/

    Plugin Contributor Jeremiah

    (@jprummer)

    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

    (@jprummer)

    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

    (@centicon)

    Hi there –

    Thank you so much – that did the trick!

    Plugin Contributor Jeremiah

    (@jprummer)

    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

    (@gruffalos)

    Thanks, the second version works ?? Brilliant!

    Plugin Contributor Jeremiah

    (@jprummer)

    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.