• Hi, how can I swap position between Search and Menu?
    Basically, I want the Menu on the left side (next to the website name) and the Search on the right

    Thanks
    Oshua

Viewing 1 replies (of 1 total)
  • Hi Oshua, you could try something like this to swap their positions:

    .header-search {
         float: right;
    }
    .main-navigation {
         float: left;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten when the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Swap Search with Menu’ is closed to new replies.