Title: reducing gap
Last modified: August 24, 2016

---

# reducing gap

 *  [SmartRobbie](https://wordpress.org/support/users/smartrobbie/)
 * (@smartrobbie)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/reducing-gap/)
 * Hi, I’m using a theme which is this one:
    [http://shopkeeper.getbowtied.com/my-account/](http://shopkeeper.getbowtied.com/my-account/)
 * On the account page, there is a huge gap at the top often hiding the form to 
   fill out to create an account or login.
 * do you know what css file I need to edit and what part of the code I need to 
   change to move the form up so you can see it without scrolling?
 * Thanks,
 * Robyn

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

 *  [wslade](https://wordpress.org/support/users/wslade/)
 * (@wslade)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/reducing-gap/#post-6009415)
 * This may be more of a spacing issue than css. When you look at the my-account
   page in the editor, remove any or most of the top space or padding above Login.
 * If that doesn’t help, add space or padding to the bottom of the page.
 * The goal for these two changes is to place the login higher on the page.
 * If that doesn’t help can you turn off paralex for just this page?
 *  Thread Starter [SmartRobbie](https://wordpress.org/support/users/smartrobbie/)
 * (@smartrobbie)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/reducing-gap/#post-6009577)
 * Hi, on the account page in the backend there is only a short code woocomerce.
   The spacing must be on the FTP files somewhere. Been trying to find the files
   on the ftp site but I cant find it.
 * If I use chrome inspect I found this code:
 * page_wrapper.sticky_header .content-area, #page_wrapper.transparent_header .content-
   area {
    margin-top: 143px; Index: 427
 * if I make the margin 0px on chrome inspect it fixes it, but I cant find that 
   code on the FTP site!
 * would you know what file that would be on in the ftp site?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/reducing-gap/#post-6009579)
 * You should not be modifying any files directly – as those changes will be lost
   when the theme is updated – try ADDING this to custom CSS:
 *     ```
       .page-id-9 #primary {
           margin-top: 0 !important;
           padding-top: 0;
       }
       ```
   
 * For additional help, please contact the developer of your theme – as these forums
   don’t support commercial products
 * [http://codex.wordpress.org/Forum_Welcome#Commercial_Products](http://codex.wordpress.org/Forum_Welcome#Commercial_Products)
 *  Thread Starter [SmartRobbie](https://wordpress.org/support/users/smartrobbie/)
 * (@smartrobbie)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/reducing-gap/#post-6009580)
 * Thanks for that. tried contacting the developer and they weren’t helping they
   just told me to use chrome inspect tool and try to work it out myself.

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

The topic ‘reducing gap’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [SmartRobbie](https://wordpress.org/support/users/smartrobbie/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/reducing-gap/#post-6009580)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
