Preview:
add_shortcode('contact_us', 'contact_usFunc');
function contact_usFunc() { ?>
<div class="footer-item">
	<h6 class="widgettitle"><?php _e('Our Office') ?></h6>
<ul class="contact_info">
	<li>
		<div class="info_wrapper">
			<div class="info_img">
				<?php $imgurl = get_field('address_image' ,'option'); ?>
				<img src="<?php echo $imgurl; ?>">
			</div>
			<div class="info_content">
				<p><strong>ADDRESS</strong><?php echo get_field('company_address','option'); ?></p>
			</div>
		</div>
	</li>
	<li>
		<div class="info_wrapper">
			<div class="info_img">
				<?php $tel_image =  get_field('tel_image'  ,'option'); ?>
				<img src="<?php echo $tel_image; ?>">
			</div>
			<div class="info_content">
				<p><strong>Call Us 24/7</strong></p><a href="tel:<?php echo get_field('company_number_title','option'); ?>"><?php echo get_field('company_number_title','option'); ?></a>
			</div>
		</div>
	</li>
	<li>
		<div class="info_wrapper">
			<div class="info_img">
				<?php $email_image =  get_field('email_image' ,'option'); ?>
				<img src="<?php echo $email_image; ?>">
			</div>
			<div class="info_content">
				<p><strong>EMAIL</strong></p><a href="mailto:<?php echo get_field('company_email','option'); ?>"><?php echo get_field('company_email','option'); ?></a>
			</div>
		</div>
	</li>
</ul>
</div>
<?php }
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter