how can i increase the size of the icon box icons? i have some on 2 pages of my website
Hey darrenheld2,
Add this to quick css:
.iconbox_top .iconbox_icon {
font-size:30px!important;
}
Best regards,
Jordan Shannon
this made things larger thanks. the icons are now not centered with the css code, how would i remedy this?
Hi darrenheld2,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_1.avia-builder-el-1 .iconbox_top [data-av_icon]:before {
margin-left: -10px;
}
If you need further assistance please let us know.
Best regards,
Victoria
ah yes, that worked. how would i move them slightly up as well to make them centered?
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon