Title: Intergalactic Theme &#8211; In-post image alignment
Last modified: August 22, 2016

---

# Intergalactic Theme – In-post image alignment

 *  [Lauren M](https://wordpress.org/support/users/lmobertz/)
 * (@lmobertz)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/)
 * I’m having issues with image alignment in the Intergalactic Theme. The in-text
   image here [http://www.generationlimbo.com/michelle-hisae-meronek/](http://www.generationlimbo.com/michelle-hisae-meronek/)
   constantly floats to the left regardless of whether its class is set to alignleft,
   aligncenter, or alignright. I’ve tried with and without the “size-medium” class,
   without and without “size-large” and manually resized, etc., but it always floats
   to the left. I didn’t notice this in older versions of the theme. Any tips for
   how I can have pictures around ~700px wide align left, center, and right on their
   own lines?
 * Note: I’ve changed my blog’s default “large” size to 700px max width and height,
   but I noticed the issue before this change as well.
 * Thanks for any help!

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/page/2/?output_format=md)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5921872)
 * lmobertz – as I mentioned over at WordPress.com, this does seem to be a glitch
   in the theme. I’ve already reported it to our developers and we’ll keep you posted
   here.
 *  [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922194)
 * It is a bug in the CSS file, i can’t work with it, so i just override the images
   behavor with this CSS:
 *     ```
       /*small images*/
       .entry-content img.size-full {
       	max-width: 100%;
       }
   
       /*big images*/
       img.size-big, .wp-caption.caption-big {
       	margin-left: 0;
       	max-width: 100%;
       }
       ```
   
 * It will work 🙂
 *  [odarma](https://wordpress.org/support/users/odarma/)
 * (@odarma)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922195)
 *     ```
       .entry-content img.size-full {
       	max-width: 100%;
       }
   
       img.size-big, .wp-caption.caption-big {
       	display: none;
       	float: none;
       	margin-left: 0;
       	max-width: 0;
       }
       ```
   
 * Sorry that is the correct CSS
 *  Thread Starter [Lauren M](https://wordpress.org/support/users/lmobertz/)
 * (@lmobertz)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922198)
 * odarma, thanks for your help, but for some reason when I swap out the original
   styles for those, my images disappear.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922201)
 * Lauren M – remove
 *     ```
       display: none;
       ```
   
 * – that hides images with the class .size-big.
 *  Thread Starter [Lauren M](https://wordpress.org/support/users/lmobertz/)
 * (@lmobertz)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922202)
 * Hm, now the image sits centered, though it’s defined with alignright
 * (first image here) [http://www.generationlimbo.com/michelle-hisae-meronek/](http://www.generationlimbo.com/michelle-hisae-meronek/)
 * I’ve removed display: none; and increased the max size to 1000
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922226)
 * There have been some tweaks in the latest version of Intergalactic that we hope
   addresses these issues. If anyone still has an issue while running the newest
   version (1.2.3), could you please let me know and post a link to a sample thread.
   Thanks!
 *  [escapegoating](https://wordpress.org/support/users/escapegoating/)
 * (@escapegoating)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922250)
 * I’m having the same issue, using Version: 1.2.9. I’m not tech savvy enough to
   know how to post a link to a sample thread, but you’ll just have to take my word
   for it! I’ve gone with another theme in the meantime, so don’t have a link to
   the post either. Would be great if this could get fixed as I loved working with
   the Intergalactic theme.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922253)
 * Hi escapegoating – without seeing an example it’s going to be difficult. 🙂
 * If you are able to go back to Intergalactic temporarily, find a post that’s having
   an issue with image alignment, and then go to the browser’s address bar and copy-
   paste the link to the page here in the forum. I’ll be glad to have a look if 
   you’re able to do that.
 *  [trwhite6878](https://wordpress.org/support/users/trwhite6878/)
 * (@trwhite6878)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922257)
 * Still having this issue without an update for two months. This is frustrating
   because this is the only theme that works with my sites basic idea…
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [10 years, 11 months ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922258)
 * [@trwhite6878](https://wordpress.org/support/users/trwhite6878/), on my test 
   site using Intergalactic 1.3, I’ve inserted a number of images as center, right
   and left aligned, and all of them are aligning properly for me. The one thing
   that I found was that some of my previously inserted images, for some reason,
   did not have any alignment class set. When I edited those images from within 
   the post/page editor and set an alignment, everything was then properly aligned.
 * The site linked to your username comes up as Server not found. Can we have a 
   link to your site so that we can take a look at things?
 *  [trwhite6878](https://wordpress.org/support/users/trwhite6878/)
 * (@trwhite6878)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922259)
 * [http://helloburgh.me](http://helloburgh.me) is my new site. Thanks.
 *  [trwhite6878](https://wordpress.org/support/users/trwhite6878/)
 * (@trwhite6878)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922260)
 * Weird. It says I am on 1.2.9 and there are no updates available…
 *  [trwhite6878](https://wordpress.org/support/users/trwhite6878/)
 * (@trwhite6878)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922261)
 * Okay so I guess I should have tried this after replacing the CSS in the theme,
   but I restarted my computer and browser and the images seem to be okay. Thanks
   for you help.
 *  [trwhite6878](https://wordpress.org/support/users/trwhite6878/)
 * (@trwhite6878)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/#post-5922262)
 * Restarted the browser again and the problem persists. This is odd. I am on Chrome.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/page/2/?output_format=md)

The topic ‘Intergalactic Theme – In-post image alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/intergalactic/1.3.2/screenshot.
   png)
 * Intergalactic
 * [Support Threads](https://wordpress.org/support/theme/intergalactic/)
 * [Active Topics](https://wordpress.org/support/theme/intergalactic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/intergalactic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/intergalactic/reviews/)

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [images](https://wordpress.org/support/topic-tag/images/)

 * 19 replies
 * 6 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/intergalactic-theme-in-post-image-alignment/page/2/#post-5922268)
 * Status: not resolved