• Resolved Aarvarkc

    (@aarvarkc)


    Hello there!
    Thanks for the beautiful theme!

    I have a question.
    Is it possible to have the Sidebar Icon (Hamburger Menu) on the right?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • wprsupport

    (@wprsupport)

    Hi @aarvarkc

    At first, thank you for your response and for choosing our theme.

    Please share your website URL and we will check for the possible solutions.

    Kind Regards

    Thread Starter Aarvarkc

    (@aarvarkc)

    Hi there!

    Unfortunately i can’t share url as i am creating the site locally through Xampp.

    wprsupport

    (@wprsupport)

    Hi @aarvarkc

    Please try to use this custom CSS snippet.

    Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:

    .main-nav-sidebar {
      position: absolute !important;
      top: 0px !important;
      right: 60px !important;
    }

    Kind Regards

    Thread Starter Aarvarkc

    (@aarvarkc)

    Thanks for the reply.
    Unfortunately in my case the code didn’t work.

    Anyway i decided to keep on the left.

    wprsupport

    (@wprsupport)

    Hi @aarvarkc

    Weird, we corrected the CSS snippet, please try to use this one and let us know the results:

    .main-nav-sidebar  {
      position: absolute !important;
      right: 5% !important;
    }

    https://nimb.ws/YrP1kv

    Kind Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar Icon to be on the right side?’ is closed to new replies.