Module position: topbar-leftModule class suffix: Not used
Module position: topbar-left
Module class suffix: Not used
If you want to display your contact information like this you have to create a menu and publish the menu module like below
Add the following code in your custom html module
Last updated 4 years ago
<div id="contact-details"> <ul> <li><em class="fa fa-phone"></em><a href="#">[email protected]</a> </li> <li><em class="fa fa-envelope-o"></em> +11 222 430 231</li> </ul> </div>