Title: Remove Extra Space
Last modified: September 1, 2016

---

# Remove Extra Space

 *  [meirongyu](https://wordpress.org/support/users/meirongyu/)
 * (@meirongyu)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-extra-space-2/)
 * Hi all,
 * I’m having a little trouble with formatting. My website is: [http://lailaiflorist.com/](http://lailaiflorist.com/)
   In my homepage, how do I remove extra spacing below my feature picture (the one
   where it says: exceptional products/perfect gift). I want the widgets below to
   be a little higher.
 * Another question, how can I get the site to load a little quicker? Thank you 
   so much!

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-extra-space-2/#post-7564122)
 * > how do I remove extra spacing below my feature picture
 * Look for this rule in your theme’s css.style file:
 * .alignnone {
    margin: 0 20px 1.5em 0; }
 * Try changing it to:
 * .alignnone {
    margin: 0 20px 0 0; }
 * But be aware that your customizations will be over-written the next time you 
   upgrade. Also, keep the default WordPress theme unedited, because having access
   to an unedited version of the theme is vital when dealing with a range of site
   issues. For this reason, consider creating a [Child Theme](http://codex.wordpress.org/Child_Themes)
   for your customizations and/or use Custom CSS Manager plugin: [http://wordpress.org/plugins/custom-css-manager-plugin/](http://wordpress.org/plugins/custom-css-manager-plugin/)
   and add the code there.
 * > Another question, how can I get the site to load a little quicker?
 * It opened lightening fast for me!
 *  Thread Starter [meirongyu](https://wordpress.org/support/users/meirongyu/)
 * (@meirongyu)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-extra-space-2/#post-7564273)
 * Hmm that doesn’t seem to be working. I tried that in my child theme and in the
   original theme’s css.style file. Is there another code I can use? Thank you!
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-extra-space-2/#post-7564278)
 * I just checked in FireBug, it did make difference of 25px
 * If you want to reduce the space further, check if re-cropping the image can help.

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

The topic ‘Remove Extra Space’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [t-p](https://wordpress.org/support/users/t-p/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/remove-extra-space-2/#post-7564278)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
