Hi,
I use the Avia Icon List. I can place the icons on the left and right using the Avia Editor. This is great and I use “left”. Now I would like to place the icons so that they are always in the middle of the height of the text box on the right. So not “pinned on top”, but dynamic to the size / length of the text box on the right. I sent a screenshot as private content.
We think that the distances would look better.
Is that possible?
Best regards,
Mathuseo
Hey Marcel,
Add this to quick css:
.iconlist_icon.avia-font-entypo-fontello,
.iconlist_icon.avia-font-glyphiconsregular{
margin: 0!important;
position: absolute!important;
top: 50%!important;
-ms-transform: translateY(-80%)!important;
transform: translateY(-80%)!important;
}
.iconlist_content_wrap{
margin-left:95px!important;
}
Best regards,
Jordan Shannon
It worked very well, thank you very much Jordan.
Hi,
No problem at all, I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon