Tagged: iconbox
Hi,
I want to make my iconboxes as similar as possible to the ones on: http://www.localytics.com/
I already changed the colors and the background, only 2 things missing are:
1. Usign an iconbox where icon position is top. how can I align all of the item to left? I mean the icon, the title and the text.
2. How can I increase the size of the icons?
Thanks a lot
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
.iconbox_top .iconbox_icon { left: 6%; font-size: 20px; padding: 15px;}
.iconbox_top .iconbox_content { text-align: left; }
To increase the size of icons you should adjust the value of font-size and padding
Regards,
Yigit
It worked, thanks a lot !