• Resolved arrisje

    (@arrisje)


    Currently the mobile dropdown menu is in the middle, how can I change it to the left or right?
    As always thanks for the free support and this great food blog theme.
    Arrisje

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @arrisje,

    Thanks so much for the kind words!

    You can add this CSS in Appearance > Customize > Additional CSS to move the toggle to the left:

    .navbar-default .navbar-toggle {
        float: left;
    }

    Or this CSS to move it to the right:

    .navbar-default .navbar-toggle {
        float: right;
    }

    If you have any trouble, or need anything else, just let us know.

    Thanks again, and have a great weekend!

    Thread Starter arrisje

    (@arrisje)

    Thank you ! That did it ??

    Glad to hear that- thanks for letting us know! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile menu dropdown’ is closed to new replies.