• This topic has 2 replies, 2 voices, and was last updated 3 years ago by Hans.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #279466
    Hans
    Participant

    Hi

    The search box in the header right menu is too width and open at the rear and (www.hagmeijer.nl).
    Is there a possibility to make it less width and close all the lines?

    Kind regards

    Hans Hagmeijer

    #279477
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-content input[type="search"] {
        max-width: 150px;
    }
    .search-submit {
        border: 1px solid #000;
        border-left: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #279492
    Hans
    Participant

    Hello Skandha,

    Works perfect. Thank you for answering.

    Kind regards

    Hans Hagmeijer

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘search box too width’ is closed to new replies.