-
AuthorPosts
-
October 18, 2018 at 10:27 pm #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…
October 19, 2018 at 4:41 am #1023739Hey 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,
MikeOctober 22, 2018 at 2:24 pm #1024869Brilliant thank you!
Just need to know how to adjust space between the letters in icon list? http://huntpr.co.za/#about
October 22, 2018 at 4:51 pm #1024980Hi,
Which letters? Can you screenshot?Best regards,
Jordan ShannonOctober 23, 2018 at 2:29 pm #1025420Hi, how do i upload a screen shot?
October 23, 2018 at 2:33 pm #1025423In 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.”
October 23, 2018 at 2:34 pm #1025425So sorry, also the code given by Mike for aligning the lists works on desktop not on mobile.
October 24, 2018 at 2:51 am #1025726Hi,
Add this to quick css to adjust letter spacing:
h4.av_iconlist_title.iconlist_title{ letter-spacing:2px!important; }
Adjust accordingly.
Best regards,
Jordan ShannonOctober 24, 2018 at 12:39 pm #1025870Thank 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.”
October 24, 2018 at 4:54 pm #1025986Hi,
Add this to quick css:@media only screen and (max-width: 767px) { .avia-builder-el-17 .iconlist_icon{ top:50px!important; }}
Best regards,
Jordan ShannonOctober 25, 2018 at 9:23 am #1026243Thanks for reply, i have opted to keep as is… Thanks for help
October 25, 2018 at 5:17 pm #1026428 -
AuthorPosts
- You must be logged in to reply to this topic.