• I have placed the search bar in my header and would like to stretch the width. I’ve tried various css to no avail. Is this possible?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    You can change search form width with simple css rule

    .aws-container .aws-search-form {
    width:100%;
    }

    change 100% to any value that you need.

    Thread Starter pixel234

    (@pixel234)

    Thanks but this didn’t work either. Also tried

    .aws-container .aws-search-form {
    width:200%; !important;
    }

    No luck yet

    Plugin Author ILLID

    (@mihail-barinov)

    Please give me the link to working search form.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search Bar Width’ is closed to new replies.