Tagged: icon list
Despite I followed some previous tutorial, i am no able to decrease the size of the icon list with bullet in grey.
here is my situation
I have already successfully decreased the title
can you help with quick css ?
I tried to decrease the font size, but doing this way, the symbol goes outside the grey circle…
this is the page
Hey Nicola!
Thank you for using Enfold.
You can try this:
.avia-icon-list .iconlist_icon {
height: 32px;
width: 32px;
line-height: 32px;
font-size: 15px;
margin-right: 15px;
margin-left: 2px;
top: 10px;
}
Best regards,
Ismael
that works, thanks Ismael.
Last question: which is the css rule to decrease the space (height) between one element (li) and the one who follows below?
Hey!
Please try the following:
li.avia_start_animation {
padding-bottom:0px !important;
}
Cheers!
Rikard
hi Rikard that does not work for me :(
I see the same space between two list points.
The Vertical space
Hey!
Please add following code to Quick CSS as well
.avia-icon-list li { min-height: 40px; }
Regards,
Yigit
perfect thanks