HI, How would I make the icons go next to the correct contact area. For example the Phone is near the phone and and mail is near the email.
Hey dreyerjm,
Try is css:
.page-id-3710 .iconbox_left_content.avia-builder-el-4 .avia-icon-pos-left.av_font_icon{
float: none;
margin-right: 0;
vertical-align: middle;
display: inline-block;
padding-left: 0.5em;
}
.page-id-3710 .iconbox_left_content.avia-builder-el-4 .iconbox_content_container strong {
font-size: 15px;
}
Then clear your browser cache.
Best regards,
Mike
Thanks that worked. How would include this on other page – just change the page id?
