• I’m having issues with image alignment in the Intergalactic Theme. The in-text image here https://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)
  • Moderator Kathryn Presner

    (@zoonini)

    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

    Thread Starter Lauren M

    (@lmobertz)

    odarma, thanks for your help, but for some reason when I swap out the original styles for those, my images disappear.

    Moderator Kathryn Presner

    (@zoonini)

    Lauren M – remove

    display: none;

    – that hides images with the class .size-big.

    Thread Starter Lauren M

    (@lmobertz)

    Hm, now the image sits centered, though it’s defined with alignright

    (first image here) https://www.generationlimbo.com/michelle-hisae-meronek/

    I’ve removed display: none; and increased the max size to 1000

    Moderator Kathryn Presner

    (@zoonini)

    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.

    Moderator Kathryn Presner

    (@zoonini)

    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?

    https://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.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Intergalactic Theme – In-post image alignment’ is closed to new replies.