Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1495443

    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.

    #1495453

    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

    #1495456

    Thanks that worked. How would include this on other page – just change the page id?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.