Topic Resolution: Resolved
    Roman
    Spectator
    Posts: 3147
    April 11, 2015 at 9:23 am #16304

    the Theme4Press core plugin has updated shortcodes….please update them by inserting an example content box to see the changes

    Our World Enterprises
    Spectator
    Posts: 57
    April 12, 2015 at 7:02 am #16328

    This did not help me.

    I am unclear how to just center my icons over the rest of the context box.

    Can you just tell me that?

    Thanks!

    Our World Enterprises
    Spectator
    Posts: 57
    April 12, 2015 at 7:05 am #16329

    This is an example of what I have which is not lining up….

    [one_third last=”yes”][content_boxes layout=”icon-on-top” iconcolor=”#5f8cb4″ circlecolor=”#ffffff” circlebordercolor=”#5f8cb4″ backgroundcolor=”#ffffff”]
    [content_box title=”Contact Us” icon=”fa-globe” image=”http://www.reseckexcavation.com/wp-content/uploads/2015/03/Reseck_Excavation_Gear_Contact_Us_100x100.png” image_width=”75″ image_height=”75″ link=”http://www.reseckexcavation.com/contact/” linktarget=”_self” linktext=”” animation_type=”slide” animation_direction=”right” animation_speed=”1″]We professionally dig trenches, for laying pipes or cables, for installing drainage, or in preparation for trench warfare! 🙂

    [/content_box]

    Read More[/content_boxes][/one_third]

    Roman
    Spectator
    Posts: 3147
    April 12, 2015 at 9:34 am #16337

    insert in Custom CSS:

    .col .heading img {
    float: none;
    margin: 0 auto 10px;
    display:block;
    }

    Our World Enterprises
    Spectator
    Posts: 57
    April 12, 2015 at 11:01 pm #16370

    Perfect! Fixed! Thank you! Resolved!