• Hi,
    I have set the width of the input search form to 100% but always shows the same size. How should it work?
    Thank you
    (the search bar is placed at the very top)

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

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

    (@wpdreams)

    Hi,

    100% means, that 100% of the parent container element in stylesheet language. So if the parent element is 200px wide, the search will follow that.
    Try adding a numeric value instead in pixels, like 300px, or 400px if you prefer a wider search. You can also use vw as unit, if you prefer the window size.

    Best,
    Ernest M.

Viewing 1 replies (of 1 total)
  • The topic ‘Change width of input form’ is closed to new replies.