May seem a simple question, but I have these three images on the about page on my wordpress site. I want to have the images alongside each other instead of ontop of each other. Could someone advise on how to do this please?
Delete out all of the height/width attributes and values and delete all of the style names that WP generates.
The last thing you need to check is that the total width of 3 images is smaller than the parent container width.
After the 3 images are inline, if you dont like how close thay site together, add a class name such as class=“aboutUsImgs”, then add a rule to your stylesheet, .aboutUsImgs { padding-right:10px;}
That will add 10px of padding to the right of each image.