This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Need help adjusting search bar

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Need help adjusting search bar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #839
    RandyRandy
    Participant

    Hello,

    My email is [email protected]
    i just purchased your product and i am having such a hard time resizing my search bar.
    I am very new to WP so please be very specific on how i should make this adjustment
    I have spent all day reading forums and still no luck.
    Please help me here
    The search bar width takes my whole page i would like 40% or 30%.
    it was easy to make the adjustment in the free version because all i did was go to the plug in edit and change the width to 30%
    now when i do that it nothing happens.
    please help me please.

    Thanks

    #840
    RandyRandy
    Participant

    Hello,

    where do we stand on this?????

    RF

    #848
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    In this version your can’t change the width of the plugin, it’s adjusting automatically to the container element. The best way to change the width is to add the search shortcode inside a div element and change the div’s width, like:

    <div style='width:300px'>
      <?php echo do_shortoce(...); ?>
    </div>

    let me know if it helps!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.