Title: CSS
Last modified: August 20, 2016

---

# CSS

 *  Resolved [Mamphey](https://wordpress.org/support/users/mamphey/)
 * (@mamphey)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-31/)
 * Hi
 * Can anybody help me with the css code which can shift the search box a bit more
   further to the right please? Thanks in advance.
 * The website address is – [http://www.ghanalandlords.com/](http://www.ghanalandlords.com/)
 * I have also included an image to explain the problem in more detail here – [http://www.ghanalandlords.com/wp-content/uploads/2013/03/search.png](http://www.ghanalandlords.com/wp-content/uploads/2013/03/search.png)
 * Many thanks
    Sam

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-31/#post-3608596)
 * Try adding the margin-left to your CSS:
 *     ```
       .menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
           cursor: pointer;
           margin-left: 20px;
       }
       ```
   
 * BTW, are you using a tool like Firebug to work with CSS? It will show you exactly
   the relevant CSS and lets you test changes in your browser before making them
   in the actual site. Highly recommended!
 * EDIT -actually, wait a second on that change – it will mess up some other stuff
   on the site… be back in a minute or two.
 *  [wp_fixit_guy](https://wordpress.org/support/users/wp_fixit_guy/)
 * (@wp_fixit_guy)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-31/#post-3608600)
 * Pressing F12 on Internet Explorer is another valuable tool
 *  Thread Starter [Mamphey](https://wordpress.org/support/users/mamphey/)
 * (@mamphey)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-31/#post-3608601)
 * thanks guys. many thanks.
 * Sam
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-31/#post-3608603)
 * Okay try this:
 *     ```
       @media screen and (min-width: 600px) {
   
       form#searchform .bbpsw-form-container input[type="submit"] {
          margin-left: 20px;
          }
   
       }
       ```
   
 *  Thread Starter [Mamphey](https://wordpress.org/support/users/mamphey/)
 * (@mamphey)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-31/#post-3608611)
 * Ahh it just worked perfect. MAGIC (lol)
    That is a second virtual beer owed…lol
 * thanks
    WPyogi

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

The topic ‘CSS’ is closed to new replies.

## Tags

 * [css code](https://wordpress.org/support/topic-tag/css-code/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [Mamphey](https://wordpress.org/support/users/mamphey/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/css-31/#post-3608611)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
