Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you post an example of your page code and the template code you are using? That will help me see how you have it set up and help you get the layout you want.

    Thread Starter ussailing

    (@ussailing)

    This is the page

    https://dev.ussailing.org/index.php/about-us/staff-directory/

    and the template code being used is being pulled

    Staff Loop Template

    [staff_loop]
    <img class=”staff-member-photo” src=”[staff-photo-url]” alt=”[staff-name] : [staff-position]”>

    [staff-name-formatted]
    [staff-position]
    [staff-phone]
    [staff-email-link]
    [/staff_loop]

    Staff page CSS:

    div.main_inner {
    display: table;
    }

    div.staff-member {
    float:left;/*fix for buggy browsers*/
    display:table-column;
    width:210px;
    height:325px;
    text-align: left;
    padding-right: 35px;
    }

    Looks as though you got this figured out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using the Short Code with HTML’ is closed to new replies.