Title: Width and position
Last modified: July 20, 2019

---

# Width and position

 *  Resolved [mike3868](https://wordpress.org/support/users/mike3868/)
 * (@mike3868)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/width-and-position/)
 * Hi,
 * After updating the plugin, the search form is not ideally placed in the center,
   also how can I make the search field box of the form wider?
 * Thanks
 * Regards,
    Michael
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwidth-and-position%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [ILLID](https://wordpress.org/support/users/mihail-barinov/)
 * (@mihail-barinov)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/width-and-position/#post-11750463)
 * Hello,
 * To place search form to the middle please use following style
 *     ```
       #topbar-search .aws-container .aws-show-clear .aws-search-field {
           top: 9px;
       }
       ```
   
 * About making search form wider – it is limitation of your theme. By default search
   form in the header placed inside container that can have maximum 50% width of
   the page.
    You can change this but in this case you will need to make some changes
   in your theme markup Find in your theme lined like
 *     ```
       <div id="topbar" class="topclass">
       	<div class="container">
       		<div class="row">
       			<div class="col-md-6 col-sm-6 kad-topbar-left">
       				.....
       			</div><!-- close col-md-6 --> 
       			<div class="col-md-6 col-sm-6 kad-topbar-right">
       				.....			</div>
       			</div> <!-- close col-md-6-->
       		</div> <!-- Close Row -->
       	</div> <!-- Close Container -->
       </div>
       ```
   
 * and change them to
 *     ```
       <div id="topbar" class="topclass">
       	<div class="container">
       		<div class="row">
       			<div class="col-md-4 col-sm-4 kad-topbar-left">
       				.....
       			</div><!-- close col-md-4 --> 
       			<div class="col-md-8 col-sm-8 kad-topbar-right">
       				.....			</div>
       			</div> <!-- close col-md-8-->
       		</div> <!-- Close Row -->
       	</div> <!-- Close Container -->
       </div>
       ```
   
 *  Thread Starter [mike3868](https://wordpress.org/support/users/mike3868/)
 * (@mike3868)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/width-and-position/#post-11751259)
 * Hi,
 * Great, form position’s already in the middle.
 * But the form width was still the same when I applied your code in the theme template
   header-topbar setting the, do you have any suggestion?
 * Thanks and Regards
 *  Plugin Author [ILLID](https://wordpress.org/support/users/mihail-barinov/)
 * (@mihail-barinov)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/width-and-position/#post-11754606)
 * As I see I don’t change template markup as I describe above. It is still the 
   same.
    Maybe theme has another template where you need to make changes?
 * Regards
 *  Thread Starter [mike3868](https://wordpress.org/support/users/mike3868/)
 * (@mike3868)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/width-and-position/#post-11755944)
 * Yes, I already fixed that, it’s wider now. Many thanks for your support anyway.
 * Cheers and have a good day.

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

The topic ‘Width and position’ is closed to new replies.

 * ![](https://ps.w.org/advanced-woo-search/assets/icon-256x256.png?rev=3303984)
 * [Advanced Woo Search - Product Search for WooCommerce](https://wordpress.org/plugins/advanced-woo-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-woo-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-woo-search/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-woo-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-woo-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-woo-search/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [mike3868](https://wordpress.org/support/users/mike3868/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/width-and-position/#post-11755944)
 * Status: resolved