I'm a beginner and trying to find out the easiest way to insert multiple photos into my blog and have a space under/between each one. right now they are connected without a space . Thank you
Hi William,
The spacing between images in a photo gallery you create and insert into a page or post is usually determined by your theme's stylesheet (style.css). To modify the spacing between images, you'll need to edit the stylesheet, adding margin and/or padding to the photo gallery element.
But there are thousands of themes out there, each one created by a different developer or designer, and each one with its own naming conventions and methods. This makes it nearly impossible for me to provide more specific advice or code without knowing what theme your site is running.
So my first recommendation is that you reach out to the support team who created your theme. They're going to be the best source of help, and should be able to point you right to the section that needs to be modified within your stylesheet. A great developer will even provide a snippet of code to help you.
If they are unresponsive to your request, then I'd recommend a different theme. Or you'll want to reach out to a WordPress expert developer who can knock out this change in just a few minutes. You can start that request heere: https://wp101.com/help/
BUT, one final recommendation is that you install the Jetpack plugin, then activate the Tiled Galleries module: https://jetpack.com/support/tiled-galleries/
With Tiled Galleries activated, you can display your image galleries in three new styles: a rectangular mosaic, a square mosaic, and a circular grid. You'll likely find one of these layouts will work beautifully, and eliminate the need to modify your theme's CSS at all.
Hope this helps!
Thank you