Title: greg.a.pfeffer's Replies | WordPress.org

---

# greg.a.pfeffer

  [  ](https://wordpress.org/support/users/gregapfeffer/)

 *   [Profile](https://wordpress.org/support/users/gregapfeffer/)
 *   [Topics Started](https://wordpress.org/support/users/gregapfeffer/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gregapfeffer/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gregapfeffer/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gregapfeffer/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gregapfeffer/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gregapfeffer/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Firebug says edit element.style, can't seem to find it!](https://wordpress.org/support/topic/firebug-says-edit-elementstyle-cant-seem-to-find-it/)
 *  Thread Starter [greg.a.pfeffer](https://wordpress.org/support/users/gregapfeffer/)
 * (@gregapfeffer)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/firebug-says-edit-elementstyle-cant-seem-to-find-it/#post-3405912)
 * Sorry to just clarify, I added
 * ` margin-left: 200px;
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Firebug says edit element.style, can't seem to find it!](https://wordpress.org/support/topic/firebug-says-edit-elementstyle-cant-seem-to-find-it/)
 *  Thread Starter [greg.a.pfeffer](https://wordpress.org/support/users/gregapfeffer/)
 * (@gregapfeffer)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/firebug-says-edit-elementstyle-cant-seem-to-find-it/#post-3405745)
 * WPyogi-
 * I managed to add margin-left:
 *     ```
       a.button {
           color: #FFFFFF;
           font-size: 12px;
           font-weight: bold;
           margin-left: 200px;
           padding: 8px 15px 10px 0;
           position: relative;
           text-decoration: none;
       }
       ```
   
 * But negative margins don’t seem to have any effect on the up/down…
 * Any idea whats going on?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Firebug says edit element.style, can't seem to find it!](https://wordpress.org/support/topic/firebug-says-edit-elementstyle-cant-seem-to-find-it/)
 *  Thread Starter [greg.a.pfeffer](https://wordpress.org/support/users/gregapfeffer/)
 * (@gregapfeffer)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/firebug-says-edit-elementstyle-cant-seem-to-find-it/#post-3405734)
 * Hi All,
    I created a child theme (freshserve-child) and created a custom style.
   css, with this included
 *     ```
       @import url("../freshserve/style.css");
   
       a.button {
           margin:250px;
   
       }
       ```
   
 * Still doesn’t seem to be working. margin:250px seems to work in firebug for moving
   the item over to the right, but I can’t seem to move it up for some reason…

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