-
AuthorPosts
-
September 24, 2014 at 8:10 am #324079
Hi
I want to add a small ‘tick’ icon at the front of each bullet point on this page http://theimplantexperts.com/us/promise/. I’ve tried it using an icon box below but its all ended up too big.
September 24, 2014 at 2:56 pm #324300Hi Rupert!
Please add following code to Quick CSS in Enfold theme options under General styling tab
.page-id-49 .avia-icon-list .iconlist_icon { height: 30px; width: 30px; line-height: 34px; font-size: 14px; } .page-id-49 .avia-icon-list .iconlist-timeline { left: 17px; }
Cheers!
YigitSeptember 24, 2014 at 3:41 pm #324340Thanks Yigit
I actually wanted to add the icons to the first batch of bullets and then delete the second batch. Alternatively I could delete the first batch but I’d then need to make the type in the second batch ‘paragraph’ text.
Many thanks
September 24, 2014 at 3:43 pm #324342Hey!
If you can post a screenshot showing the changes you would like to make we may provide you a better solution
Cheers!
YigitSeptember 24, 2014 at 4:39 pm #324401I’d like it to look something like this if possible
http://theimplantexperts.com/wp-content/uploads/2014/09/OurPromise_page.jpgSeptember 25, 2014 at 7:19 am #324819Hey!
Add this too:
.avia-icon-list li .iconlist_title { font-size: 12px; text-transform: none; font-weight: normal; } .avia-icon-list li { min-height: 40px; }
Cheers!
JosueSeptember 26, 2014 at 4:24 pm #325672Thanks Josue
I’ve got a display issue when viewed on a mobile http://theimplantexperts.com/wp-content/uploads/2014/09/Screen-Shot-2014-09-26-at-15.19.54.png
If possible I’d also like the points to be slightly closer together.
This is the code I have in at the moment:
}
.page-id-49 .avia-icon-list .iconlist_icon {
height: 30px;
width: 30px;
line-height: 24px;
font-size: 14px; }
.page-id-49 .avia-icon-list .iconlist-timeline { left: 17px; }
.avia-icon-list li .iconlist_title {
font-size: 14px;
text-transform: none;
font-weight: normal;
}
.avia-icon-list li {
min-height: 20px;
}Many thanks
September 27, 2014 at 1:50 am #325824Hi!
Add this:
.page-id-49 .avia-icon-list li { padding-bottom: 20px; } .page-id-49 .avia-icon-list .iconlist_content_wrap { overflow: visible; }
Best regards,
JosueSeptember 27, 2014 at 3:48 pm #325962Many thanks, is it possible to align the third and fourth lines http://theimplantexperts.com/wp-content/uploads/2014/09/Screen-Shot-2014-09-27-at-14.46.30.png ?
September 27, 2014 at 10:19 pm #326029Hey!
Try adding a margin bottom to the iconlist_icon selector:
.page-id-49 .avia-icon-list .iconlist_icon { height: 30px; width: 30px; line-height: 24px; font-size: 14px; margin-bottom: 20px; }
Regards,
JosueSeptember 27, 2014 at 10:41 pm #326033Great many thanks
September 27, 2014 at 10:49 pm #326034You are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Small icon in list’ is closed to new replies.