Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1023685

    Hi, if you look at the lightning bolt icons and copy that is to the right on my website http://huntpr.co.za/#about … Is it possible to align this copy vertically to the square lightning bolt icon? And how do i adjust space between the letters? so essentially the copy “AS BOLD IDEATORS, WE CREATE UNEXPECTED CONTENT AND EXPERIENCES THAT ADDS MEANING AND CREATES VALUE FOR YOUR CUSTOMERS AND AUDIENCES.” moves up to middle of square lightning bolt icon sitting to the left of this sentence? Hope this makes sense…

    #1023739

    Hey timchurchman,
    Please try this code in the General Styling > Quick CSS field:

    #top.home h4.av_iconlist_title.iconlist_title {
    margin-top: 9px !important;
    }

    Best regards,
    Mike

    #1024869

    Brilliant thank you!

    Just need to know how to adjust space between the letters in icon list? http://huntpr.co.za/#about

    #1024980

    Hi,
    Which letters? Can you screenshot?

    Best regards,
    Jordan Shannon

    #1025420

    Hi, how do i upload a screen shot?

    #1025423

    In reply to the “Which letters” its the letters in the icon list sentences, namely:

    “AS BOLD IDEATORS, WE CREATE UNEXPECTED CONTENT AND EXPERIENCES THAT ADDS MEANING AND CREATES VALUE FOR YOUR CUSTOMERS AND AUDIENCES.”

    “COURAGEOUS AND STRONG, WE MAKE THE WORLD MORE CONNECTED AND MORE INSPIRED BY SHARING OUR KNOWLEDGE AND IDEAS WITH INTEGRITY AND WISDOM.”

    “WITH IMAGINATION AND VISION, WE HELP PEOPLE TO TRANSFORM THEIR WORLDS AND SPREAD A LITTLE MAGIC OF THEIR OWN.”

    “ANALYTICAL AND MEASURED, WE USE THE INFORMATION AT OUR DISPOSAL TO HELP BRANDS UNDERSTAND BETTER THE CULTURE AND ENVIRONMENT IN WHICH THEY OPERATE.”

    #1025425

    So sorry, also the code given by Mike for aligning the lists works on desktop not on mobile.

    #1025726

    Hi,

    Add this to quick css to adjust letter spacing:

    h4.av_iconlist_title.iconlist_title{
    letter-spacing:2px!important;
    }

    Adjust accordingly.

    Best regards,
    Jordan Shannon

    #1025870

    Thank you that worked… just waiting for the query “So sorry, also the code given by Mike for aligning the lists works on desktop not on mobile.”

    #1025986

    Hi,
    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .avia-builder-el-17 .iconlist_icon{
    top:50px!important;
    }}

    Best regards,
    Jordan Shannon

    #1026243

    Thanks for reply, i have opted to keep as is… Thanks for help

    #1026428

    Hi,
    Very good, shall we close this then?

    Best regards,
    Mike

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