Tagged: icon box
Hello,
I ajusted the icon font to make it bigger in the icon box , but it goes to the left instead of staying center.
How do I ajust it ?
thanks
Hi joanne!
Thank you for using Enfold.
You can move the icon with this:
a.iconbox_icon:before {
position: relative;
left: 4px;
}
Regards,
Ismael
Hello Ismael,
This CSS makes only the icon image move to the right (instead of the left to make it centered). Moreover, it does not make the whole content (circle, font color) move.
see link to print screen.
http://www.freeopenawareness.com/?attachment_id=6426
Thanks
Joanne
Hi!
Please add following code to Quick CSS as well
.iconbox_top .iconbox_icon { margin: 0px 0 0 -45px; }
Cheers!
Yigit
That last bit of code did the trick.
except that I did not need to put the line a.iconbox_icon:before {left: 4px;}
Thanks a lot for your help,
Joanne