Viewing 1 replies (of 1 total)
  • Hi:
    I’m a realtive N00b when it comes to WP and Easy Columns, but this is how I did it:

    Use the style tag on the column shortcodes, like this one for a 1/3 column:

    [ezcol_1third id=”” class=”widget-wrapper” style=”text-align: center;“]

    If you just want to center the column heading and leave the actual column left justified, you could also use the special column [ezdiv], like this:

    [ezcol_1third id=”” class=”widget-wrapper” style=””]
    [ezdiv id=”” class=”” style=”text-align: center;“]
    <b>Dashboard 1 Widget</b>
    [/ezdiv]
    Let’s put some content into each of these 5 columns and see what kind of padding and margins get generated by default. This should be enough for now.
    [widgets_on_pages id=”Dashboard 1″]
    [/ezcol_1third]

Viewing 1 replies (of 1 total)
  • The topic ‘Centering content within the columns’ is closed to new replies.