• Resolved peterliu47

    (@peterliu47)


    Is there a way to change the width of a search box added with the shortcode [search-in-place-form]?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @peterliu47,

    The search box is not generated by our plugin. It calls the WordPress function to include its search box.

    So, you can controlling its width with CSS like with any other search box of WordPress. You can enter a style definition similar to the following one through the menu option: “Appearance > Customize > Additional CSS”:

    input[name="s"]{width:80% !important;}

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Width of shortcode-added Search Box’ is closed to new replies.