• Resolved joshdonelson

    (@joshdonelson)


    i am liking the author theme. however, i would like to know if anyone can assist in the following when mobile

    1. i would like the menu when mobile to float logo left and menu links right. i do no want a drop down toggle option.

    i have tried many things, but was unsuccessful.

    your assistance is greatly apprecaited.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter joshdonelson

    (@joshdonelson)

    Sorry, website is

    boondocksupplyco.com

    Theme Author Ben Sibley

    (@bensibley)

    Hi Josh,

    Thanks for choosing Author!

    The way the header is structured, the menu items can’t be placed to the right of the logo. However, they can be displayed below the logo without using the toggle button to show them like this:

    .menu-primary {
      max-height: none !important;
      position: static !important;
    }
    .toggle-navigation {
      display: none;
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter joshdonelson

    (@joshdonelson)

    Would you be willing to work with me on a custom design in order to obtain functionality?

    Thread Starter joshdonelson

    (@joshdonelson)

    CODE ISSUE:

    1. Tagline does not show.
    2. Looks wonky on a tablet size screen.
    3. Is it possible to have the mobile menu appear as is but in a two column list?

    Theme Author Ben Sibley

    (@bensibley)

    We’re not currently taking on customization work, but for something like this I always recommend codeable.io. They’ll connect you with a WordPress developer who can do this for you, and they are very quick about it too.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘help with custom menu’ is closed to new replies.