Tagged: iconbox
Hi there,
First at all, awesome theme….
Please, could you indicate css code to be added at Enfold tab in order to center the title and the icon in the iconbox element?
I mean, both items (title and icon), should be in the center….. Is it possible to do this with code?
Thanks!!!
david
Hey davidmartinserrano!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_content .entry-content-header {
left: 25%;
position: relative;
}
Cheers!
Yigit
Perfect!!!
Thanks