• Resolved elitedllc

    (@elitedllc)


    How would I be able to stretch the width of the search box because I placed code in widget side bar but its not adjusted to the size of the sidebar’s width, its very tiny.

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

    (@wpdreams)

    Hi,

    By default the search box width is set to 100% on the back-end, meaning it adopts it’s container element width.

    In this case I would suggest either changing this width to a specific pixel value like so: https://i.imgur.com/rtn6yC1.png
    You might have to experiment with it a bit to get it right.

    Another possibility is to use a custom CSS to set a minimum width value, for example:

    .wpdreams_asl_container {
        min-width: 320px;
    }
    Thread Starter elitedllc

    (@elitedllc)

    Thank you, it worked! 🙂

    Plugin Author wpdreams

    (@wpdreams)

    Great 🙂

    Will mark this thread as resolved then. Feel free to rate the plugin if you want to, it’s greatly appreciated.

    Let me know if you have any other issues.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘search box width adjustment’ is closed to new replies.