Centering Reach Me section and making Email Me clickable.

  • Posted in : Photographer
  • keano
    Participant

    Hi
    If you go to my contact page:
    http://seantatalovichphotography.com/contact/

    1. I want to make the icons cenetered like the social icons above.

    2. Then I want tomato the text “Email Me” under the icon clickable where it opens users email to be sent.

    Thanks

    ahmetsali
    Keymaster

    Hi,

    1-) contact icons are structured with column shortcodes, you can divide them to 3 equal columns, please check out Documentation > Shortcodes > columns for more about using columns.

    2-) you can just select the “email me” text and link it to “mailto:yourmail@server.com” in your content editor.

    keano
    Participant

    Hi I tried number 2 but the Email Me text vanishes.

    [column width_xs="6" width="3"] [fun_fact icon=”mail-1″ text=”email me“] [/column]

    http://seantatalovichphotography.com/contact/

    ahmetsali
    Keymaster

    Hi again, shortcodes parameters doesn’t support html elements, only plain text. But you can use plain html code instead, switch to the Text tab of your content editor and replace shortcode with this html markup;

    <div class="col-sm-3 col-xs-6  ">
    	<div class="fun-fact"><i class="pw-icon-mail-1"></i>
          <h4><a href="mailto:johndoe@gmail.com">johndoe@gmail.com</a></h4>
    	</div>
    </div>
    
    keano
    Participant

    I messed with it and got it to look ok. Thanks

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register