How can I show these pictures in two columns in my page?
IT Nursery
May 22, 2022
0
This page is long and cumbersome. I am trying to find a plugin/hack that would put the images on this page in two columns to make it a bit easier to digest. Removing the <p> tags doesn’t seem to accomplish that. I have all of the pictures hosted on S3 to keep the bandwidth usage down (hosted on home DSL). The gallery plugins I looked are kind of confusing and I really just want something really simple.
Here is a portion of my post I want to make two columns:
The above function only changes the opening tags of a captioned image to be <span> instead of <div> (see the last lines). To further optimize the Caption output and make it more readable as well, follow this excellent article by Justin Tadlock.
Now here’s a pointer as to how your CSS should be:
span.wp-caption {
display: inline-block;
/* add padding, margin, etc. as needed */
}