New Landing How can we help? Themeforest Theme Support Uplift Push Nav Menu on the left instead of the right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #284239
    Amber Needler
    Member
    Post count: 117

    Hi there,

    By default, the Push Nav Menu slides out from the right hand side of the page – is it possible to have it slide out from the left instead? ๐Ÿ™‚

    Thanks,

    Amber

    #284249
    David Martin – Support
    Moderator
    Post count: 20834

    You can add it either left or right:

    #284291
    Amber Needler
    Member
    Post count: 117

    Hi,

    That’s what I originally did but it just moves the burger menu icon to the left or right, it doesn’t actually change which side the menu slides out from.

    Thanks,

    Amber

    Attachments:
    You must be logged in to view attached files.
    #284304
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .sf-pushnav {
      left: 0;
      right: auto;
      transform: translateX(-100%);
    }
    

    – Kyle

    #284307
    Amber Needler
    Member
    Post count: 117

    That’s great, thank you! ๐Ÿ™‚

    #284309
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.