Title: Code for image columns in Custom Content Shortcode
Last modified: August 30, 2016

---

# Code for image columns in Custom Content Shortcode

 *  [Moses001](https://wordpress.org/support/users/moses001/)
 * (@moses001)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/code-for-image-columns-in-custom-content-shortcode/)
 * I tried some code I found in the forum here for Custom Content Shortcode, but
   my images are not showing up in columns; tjey are still in one column. I don’t
   understand why?
 * Here’s my code
    ‘<div class=”column-container” style=”margin-top:-50px”>
 * <h1>Displaying All Products By Title</h1>
    [loop type=product orderby=title] 
   <div class=”each-column”> [field title] [field thumbnail-link ] [field image-
   caption] </div>[/loop] </div>’
 * My child theme style.css file has the following code:
    ‘.column-container:after{
   content: “”; clear:both; display: block; position: absolute; margin: 0 padding:
   0 top: 200px; } .each-column { float: left; width: 33%; height: 240px; } ‘
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/code-for-image-columns-in-custom-content-shortcode/#post-6546254)
 * I think the issue is with `position: absolute` set on the container.

Viewing 1 replies (of 1 total)

The topic ‘Code for image columns in Custom Content Shortcode’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

## Tags

 * [custom content shortcode plugin](https://wordpress.org/support/topic-tag/custom-content-shortcode-plugin/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/code-for-image-columns-in-custom-content-shortcode/#post-6546254)
 * Status: not resolved