• Resolved stanwoodard

    (@stanwoodard)


    I’d like to move the nav menu beneath the headr image; can this be done with the free version without PHP? Can it be done with the paid version of the theme?

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

Viewing 1 replies (of 1 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @stanwoodard

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .site-header {
      display: flex;
      flex-direction: column-reverse;
    }

    Let me know if that does it.
    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Nav menu location’ is closed to new replies.