need search widget to top header

  • Unknown's avatar

    Is it possible to adjust seach widget to top header with GO button to click to search

    THanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    If you have a paid plan that lets you use custom CSS then you could make some of these changes.

    To preview the changes (even on the free plan) go to the CSS section of the customiser and paste in the example code.

    Here’s how to un-hide and style the submit button:

    .widget_search .search-submit {
      display: block;
    }
    .search-form input[type="submit"] {
      width: 50%;
      background: #fff;
      margin: 0;
      margin-top: 5px;
      border: 2px solid #ccc;
    }

    Moving it is more difficult because the site can be viewed on devices of all different sizes.

  • Unknown's avatar
  • The topic ‘need search widget to top header’ is closed to new replies.