Title: Decrease space between menu and image on image attachment page
Last modified: August 24, 2016

---

# Decrease space between menu and image on image attachment page

 *  Resolved [amesDHC](https://wordpress.org/support/users/amesdhc/)
 * (@amesdhc)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-menu-and-image-on-image-attachment-page/)
 * This is the image attachment page of the website I’m currently building. [http://www.huntsforthebrave.org/gallery/shutterstock_173082218_800px/](http://www.huntsforthebrave.org/gallery/shutterstock_173082218_800px/).
   There is way too much space between the menu and the image.
 * I’d like to decrease this space so it looks similar to the Pure & Simple demo.
   [http://demo.styledthemes.com/demos/puresimple/wp-gallery/gallery7/](http://demo.styledthemes.com/demos/puresimple/wp-gallery/gallery7/)
 * I’m struggling to find in the style.css file where to decrease the padding. (
   Also, I used the Full Width Page template when setting up my gallery page and
   selected the “attachment page” as the link to when I created my gallery. If that’s
   helpful to know.)

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

 *  [AngelaMc](https://wordpress.org/support/users/angelamc/)
 * (@angelamc)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-menu-and-image-on-image-attachment-page/#post-6178589)
 * I’d like to know the answer to this too please
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-menu-and-image-on-image-attachment-page/#post-6178590)
 * The demo is using theme v 1.0.3 and its content has less top padding than the
   one used in OP which is v 1.0.9, so the latest version of the theme has more 
   padding.
 * You can use this in Custom CSS option to fix it, if theme doesn’t have Custom
   CSS option, install any of those Custom CSS plugin and use this code in it.
 *     ```
       #content { padding-top: 1rem; }
       ```
   
 *  [AngelaMc](https://wordpress.org/support/users/angelamc/)
 * (@angelamc)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-menu-and-image-on-image-attachment-page/#post-6178591)
 * Thank you paulwpxp I managed to change the rem in the customised field; Site 
   Title & Tag line, thanks to your help, I changed it
    from: 2rem 0 2rem 0 to: 
   1rem 0 0rem 0
 * and that works, thanks again 🙂
 *  Thread Starter [amesDHC](https://wordpress.org/support/users/amesdhc/)
 * (@amesdhc)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-menu-and-image-on-image-attachment-page/#post-6178596)
 * Thanks paulwpxp!! That code was exactly what I needed to fix it.
 *  [AngelaMc](https://wordpress.org/support/users/angelamc/)
 * (@angelamc)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-menu-and-image-on-image-attachment-page/#post-6178608)
 * amesDHS sorry to hijack your post, but this is the only place I see anyone answering
   and I still have a problem with space.
 * paulwpxp are you there, can you help me please? Your answer helped me reduce 
   the space between Logo and menu, but I still need help to reduce the space between
   menu and content, I tried your code
 * #content { padding-top: 1rem; }
 * but it didn’t work for me
 * my website so you can see my problem
    [http://mcquaintgifts.co.uk/](http://mcquaintgifts.co.uk/)
 * My question:
    [https://wordpress.org/support/topic/decrease-space-between-logo-menu?replies=3](https://wordpress.org/support/topic/decrease-space-between-logo-menu?replies=3)
 *  Theme Author [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-menu-and-image-on-image-attachment-page/#post-6178628)
 * Hi AngelaMc,
 * It seems like that you have already found the solution at the another thread.
 * Thanks

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

The topic ‘Decrease space between menu and image on image attachment page’ is closed
to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pure-simple/3.3.0/screenshot.png)
 * Pure & Simple
 * [Support Threads](https://wordpress.org/support/theme/pure-simple/)
 * [Active Topics](https://wordpress.org/support/theme/pure-simple/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pure-simple/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pure-simple/reviews/)

## Tags

 * [gallery](https://wordpress.org/support/topic-tag/gallery/)
 * [image attachment page](https://wordpress.org/support/topic-tag/image-attachment-page/)

 * 6 replies
 * 4 participants
 * Last reply from: [Styled Themes](https://wordpress.org/support/users/gejay/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/decrease-space-between-menu-and-image-on-image-attachment-page/#post-6178628)
 * Status: resolved