Home Forums Pro Themes Pet Business Pro Mobile menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #92140
    Robert Tuck
    Participant

    Hi,

    Is there a way to move the menu in mobile version from middle to say left or even right side?

    #92199
    wensolutions
    Keymaster

    Hello @rj2802

    Can you please provide us with your site URL so that we can inspect your query further ?

    Hope to hear from you soon,

    Regards!!

    #92281
    Robert Tuck
    Participant

    Hi the link is:- http://lemurtech.co.uk/wp/

    The mobile version is where the problem is there is the menu navigation in the middle, we would like to move it either to the left or right.

    Thanks for getting back to me.

    Kind Regards

    #92301
    wensolutions
    Keymaster

    Hello @rj2802,

    To make the menu float right in the mobile version please add below given CSS.

    For this go to Admin Panel > Appearance > Customize > Addtional CSS and paste below given CSS.

    @media screen and (max-width: 567px){}
    .menu-toggle {
        float: right;   
    }
    }

    Hope this helps.

    Best Regards!!

    #92484
    fuchsr
    Participant

    Didn’t see a response by the OP but I want to say thank you for this answer. My homepage now looks much nicer, with the floating menu on the right rather than the menu taking up a lot of space in the middle. This should really be the default in this theme.

    #92499
    Robert Tuck
    Participant

    Brilliant, thanks for this, yes I agree it does look much nicer on the right rather than in the middle.

    I was searching through instructions for this and couldn’t find anything on it.

    Agreed that it should also be by default, I don’t think I’ve seen a menu like that in the centre.

    Kind Regards

    #92522
    wensolutions
    Keymaster

    Hello @rj2802 and @fuchsr,

    Glad we could help you.

    Also, we will definitely note it as the requested feature.

    Let us know if there is anything further.

    Best Regards!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.