Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you add the form directly to the original theme files? If you did, you’ll lose your change every time you update the theme to the latest version – a child theme will avoid this problem, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:

    https://codex.www.ads-software.com/Child_Themes
    https://op111.net/53/
    https://vimeo.com/39023468

    Try putting your new search form element in a new div, alongside the existing menu div. Then you’ll be able to use CSS to float the menu div left and float the search form div right. You’ll also need to think about responsive display, how you want things to look on various screen sizes.

    If you need further help after you’ve set up your child theme and new container div, just let us know.

    Thread Starter antoniomc76

    (@antoniomc76)

    Thanks for your answer. I’ll give it a try.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding an expansible search form to the navigation bar’ is closed to new replies.