filmov
tv
Display Wordpress Images Side By Side
Показать описание
This video will show you how to display your WordPress images side by side instead of the default up and down.
You may notice I added some coding, this is so you can create as much or as little space between the images as you'd like. for example you can change the 1px on each line to 3px. This will increase the space between each image. The larger the number, the greater the space.
Here is the code I used:
***NOTE: Youtube wouldn't let me place the code as is, so I had to mod it a bit.
*Replace all "11's" with "less than symbol" (shift + comma key)
*Replace all "22's" with "greater than symbol" (shift + period key)
11div style = "text-align:center"22
11div style="display: inline-block; margin-right: 1px"22
[YOUR FIRST WORDPRESS CAPTIONED IMAGE]
11/div22
11div style="display: inline-block; margin-right: 1px"22
[YOUR MIDDLE WORDPRESS CAPTIONED IMAGES]
11/div22
11div style="display: inline-block; margin-right: 1px"22
[YOUR LAST WORDPRESS CAPTIONED IMAGE]
11/div22
11/div22
Комментарии