How to make a series of photos align center?

  • Unknown's avatar

    Hi there! I’ve been keeping up with my tiny blog on and off since I was fifteen years old. Recently, I decided to start over and take my blog in new direction and so I deleted all of my younger silly adolescent posts.

    All of my old posts would do the same exact thing; whenever I posted a photo or a series of photos in a gallery, they would always jumble together or only half would align center while the other half would align left or right. So I searched for something to type into the CSS that would fix the issue in the forums and actually found something that worked! However, since deleting all the posts and starting over from scratch, this code is no longer working! I don’t know why!

    I’ll leave a link here for my site, and I apologize in advance, I am not very savvy with understanding all the jargon and fancy terms here. Even after using wordpress for all these years. LOL but still, any help you could give would be so appreciated!

    WP.com: Yes
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,
    Please edit the below CSS tag code from your CSS margin-left: -170px to margin-left: 0px as below

    @media screen and (min-width: 1060px)
    img.size-big, .wp-caption.caption-big {
    margin-left: 0px;
    }

    Hope it will solve your problem. Please let us know here.
    Regards

  • Unknown's avatar

    Unfortunately, this did not help! :(

  • Hi there,

    Are you speaking of the gallery at https://collectivelychlo.wordpress.com/2021/10/27/a-fresh-start/?

    That is caused by a bug, but as the Intergalactic theme you’re using has been retired, it’s unlikely this bug will be fixed. So my recommendation is that you consider switching to a current theme instead.

    Using custom CSS code on a WordPress.com site requires our Premium Plan, and your site has always been on our free plan. I’m not sure where you’ve been adding CSS code, but it’s not possible to use custom CSS code on your site on the current plan.

  • The topic ‘How to make a series of photos align center?’ is closed to new replies.