Shortcode Others

GOOGLE MAP

[gmap lat="40.79028" long="-73.95972" height="300px"]

TITLE / BUTTON / DIVIDER


[row]
  [col span="1/3" text_align="left"]
    [title text="Column 1" text_align="left" link="#"]
    [divider width="50px" color="#B10000" align="left" width="104px"]
    [button text="Button text" link="#" size="small"]
    [divider width="50px" color="#B10000" align="left" width="114px"]
    [button text="Button text" link="#"]
    [divider width="50px" color="#B10000" align="left" width="141px"]
    [button text="Button text" link="#" size="large"]
  [/col]
  [col span="1/3" text_align="center"]
    [title text="Column 2" text_align="center" link="#"]
    [divider width="50px" color="#008903" width="104px"]
    [button text="Button text" link="#" style="gray" size="small"]
    [divider width="50px" color="#008903" width="114px"]
    [button text="Button text" link="#" style="gray"]
    [divider width="50px" color="#008903" width="141px"]
    [button text="Button text" link="#" style="gray" size="large"]
  [/col]
  [col span="1/3" text_align="right"]
    [title text="Column 3" text_align="right" link="#"]
    [divider width="50px" color="#0C02D9" align="right" width="104px"]
    [button text="Button text" link="#" size="small"]
    [divider width="50px" color="#0C02D9" align="right" width="114px"]
    [button text="Button text" link="#"]
    [divider width="50px" color="#0C02D9" align="right" width="141px"]
    [button text="Button text" link="#" size="large"]
  [/col]
[/row]