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.
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 π
.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
odarma, thanks for your help, but for some reason when I swap out the original styles for those, my images disappear.
Lauren M – remove
display: none;
– that hides images with the class .size-big.
Hm, now the image sits centered, though it’s defined with alignright
(first image here) http://www.generationlimbo.com/michelle-hisae-meronek/
I’ve removed display: none; and increased the max size to 1000
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!
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.
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.
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
(@sacredpath)
Automattic Happiness Engineer
@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?
http://helloburgh.me is my new site. Thanks.
Weird. It says I am on 1.2.9 and there are no updates available…
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.
Restarted the browser again and the problem persists. This is odd. I am on Chrome.