Title: Image Attachment Pages
Last modified: August 21, 2016

---

# Image Attachment Pages

 *  Resolved [NickyDigital](https://wordpress.org/support/users/nickydigital/)
 * (@nickydigital)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/image-attachment-pages/)
 * Is there a way to show widget sidebars on the image attachment pages?
 * Blog post: [http://nickydigital.com/2014/03/perez-hilton-one-night-in-austin-at-austin-music-hall-on-march-15-2014/](http://nickydigital.com/2014/03/perez-hilton-one-night-in-austin-at-austin-music-hall-on-march-15-2014/)
 * Attachment Page: [http://nickydigital.com/2014/03/perez-hilton-one-night-in-austin-at-austin-music-hall-on-march-15-2014/20140315_9638/](http://nickydigital.com/2014/03/perez-hilton-one-night-in-austin-at-austin-music-hall-on-march-15-2014/20140315_9638/)
 * Also content is off centered on the attachment pages and I can’t figure out how
   to fix that.
 * [https://wordpress.org/plugins/fourteen-extended/](https://wordpress.org/plugins/fourteen-extended/)

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

 *  Plugin Author [Brian Harris](https://wordpress.org/support/users/zgani/)
 * (@zgani)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/image-attachment-pages/#post-4720951)
 * > Is there a way to show widget sidebars on the image attachment pages?
 * Not via the plugin but can be done via a child theme. You’d copy over image.php
   and then add the sidebar call in the same position as in page.php
 * > Also content is off centered on the attachment pages and I can’t figure out
   > how to fix that.
 * Add the following CSS code to either a child theme or a custom CSS plugin
 *     ```
       .attachment .entry-attachment .attachment {
           margin-right: auto;
           margin-left: auto;
       }
       ```
   
 * and that should center the attachment for you.
 * Regards,
    Zulf
 *  Thread Starter [NickyDigital](https://wordpress.org/support/users/nickydigital/)
 * (@nickydigital)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/image-attachment-pages/#post-4720981)
 * Thanks for your quick response Zulf! I will try this and let you know if it works.
 * Another quick question. Any idea how to get the gallery to be full column width?
 * [http://nickydigital.com/2014/03/umg-experience-palm-door-sxsw-march-14-2014/](http://nickydigital.com/2014/03/umg-experience-palm-door-sxsw-march-14-2014/)
 * If you scroll to the bottom of the post you’ll see content that’s 100% width 
   is 700px wide and the gallery is only 467px wide?
 *  Plugin Author [Brian Harris](https://wordpress.org/support/users/zgani/)
 * (@zgani)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/image-attachment-pages/#post-4721015)
 * No problem at all 🙂
 * >  Any idea how to get the gallery to be full column width?
 * Will have to dig around the code to see what would need changing/manipulated 
   to get the gallery to sit right on a page. Let me see what I can do and I’ll 
   get back to you soon.
 * Regards,
    Zulf
 *  Thread Starter [NickyDigital](https://wordpress.org/support/users/nickydigital/)
 * (@nickydigital)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/image-attachment-pages/#post-4721032)
 * Thanks so much!
    -n
 *  Thread Starter [NickyDigital](https://wordpress.org/support/users/nickydigital/)
 * (@nickydigital)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/image-attachment-pages/#post-4721098)
 * Hey Zulf,
 * Just checking in to see if you had any ideas for the gallery width?
 * Thanks!
    -n
 *  Thread Starter [NickyDigital](https://wordpress.org/support/users/nickydigital/)
 * (@nickydigital)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/image-attachment-pages/#post-4721148)
 * I’m going to mark this thread as resolved and start a new one for gallery width.

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

The topic ‘Image Attachment Pages’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fourteen-extended.svg)
 * [Fourteen Extended](https://wordpress.org/plugins/fourteen-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fourteen-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fourteen-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/fourteen-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fourteen-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fourteen-extended/reviews/)

## Tags

 * [Attachment Pages](https://wordpress.org/support/topic-tag/attachment-pages/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * 6 replies
 * 2 participants
 * Last reply from: [NickyDigital](https://wordpress.org/support/users/nickydigital/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/image-attachment-pages/#post-4721148)
 * Status: resolved