Viewing 8 posts - 1 through 8 (of 8 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?

    #1495471

    Hi,

    Thank you for the update.

    Yes, you can change the page ID or apply a custom css class name to the elements. Please check the documentation for additional info.

    https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1495590

    Thanks this worked on all my pages expect this page. It is at the bottom of the page.

    #1495600

    Hi,
    For that page try adding this css:

    .page-id-4370 .iconbox_left_content.avia-builder-el-9 .avia-icon-pos-left.av_font_icon{
      float: none;
      margin-right: 0;
      vertical-align: middle;
      display: inline-block;
      padding-left: 0.5em;
    }
    .page-id-4370 .iconbox_left_content.avia-builder-el-9 .iconbox_content_container strong {
      font-size: 15px;
    }

    Best regards,
    Mike

    #1495668

    Thanks how would i make these line height closer to one another. Right now under lisas name the line spacing is alot.

    #1495673

    Hi,
    Try this css:

    .page-id-4370 #av_section_2 .iconbox_content_container p {
    	margin: 0;
    }

    Then clear your browser cache.

    Best regards,
    Mike

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