Title: Search function
Last modified: August 31, 2016

---

# Search function

 *  [Epic Encounters](https://wordpress.org/support/users/epic-encounters/)
 * (@epic-encounters)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-function-35/)
 * Hi All,
    I have a static page, on my homepage I get the full width of the page
   but on my next two pages I loose a 1/4 or 1/5 of the width because there is a
   search box. how do I remove it and why is it only on my next two pages but not
   the original ? Thanks so much to anyone who can help, Tim

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

 *  [neotechnomad](https://wordpress.org/support/users/neotechnomad/)
 * (@neotechnomad)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-function-35/#post-6958495)
 * A link to your site would be helpful, as per [WordPress Codex > Forum Welcome > Include as Much Information as Possible](http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible)
 *  Thread Starter [Epic Encounters](https://wordpress.org/support/users/epic-encounters/)
 * (@epic-encounters)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-function-35/#post-6958498)
 * Of course
    Apologies [http://Www.rajaampatbudgetdiving.com](http://Www.rajaampatbudgetdiving.com)
 *  [Madhusudan Pokharel](https://wordpress.org/support/users/madhusudan977/)
 * (@madhusudan977)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-function-35/#post-6958626)
 * Hello,
    So, you want full-width in all pages, right? If this is the case, then
   Connect with your FTP credentials -> Go to your site->wp-contents->themes->Select
   your activated theme->page.php Then change
 *     ```
       <div id="primary" class="content-area col-md-9">
       ```
   
 * to
 *     ```
       <div id="primary" class="content-area col-md-12">
       ```
   
 * and in line no 34 remove the line
 *     ```
       <?php get_sidebar(); ?>
       ```
   
 * You will have to use FTP to delete/update themes and files.
    Watch: [https://www.youtube.com/watch?v=_nDQz1JQfYA](https://www.youtube.com/watch?v=_nDQz1JQfYA)
 * Thanks!!
 *  Thread Starter [Epic Encounters](https://wordpress.org/support/users/epic-encounters/)
 * (@epic-encounters)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-function-35/#post-6958631)
 * Thanks so much for your response Madhusadan, did you have a look at my site ?
   I just want the accommodation and diving page to be as wide as my homepage without
   the search box.
    Thanks so much for your help, Tim

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

The topic ‘Search function’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.67/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

## Tags

 * [search box](https://wordpress.org/support/topic-tag/search-box/)

 * 4 replies
 * 3 participants
 * Last reply from: [Epic Encounters](https://wordpress.org/support/users/epic-encounters/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/search-function-35/#post-6958631)
 * Status: not resolved