Hello
I insert this code to change icons size
.iconbox_top .iconbox_icon { font-size: 40px!important; height: 35px; width: 35px; line-height: 30px; top: -20px; }
.iconbox .iconbox_content .iconbox_content_title { margin: 5px 0 6px 0; }
.iconbox_top .iconbox_content { margin-top: 20px; }
But icons are not centered on the circles.
Can circles centered to symbols?
link: test.psprint.gr
Hey petrosgr!
Please add following code to Quick CSS as well
.iconbox_top .iconbox_icon:before {
left: -4px;
position: relative;
}
Best regards,
Yigit
Thanks Yigit it works! Can you tell me a code for circle centered with the border behind?
Hi!
Please add following code to Quick CSS as well
.iconbox_top .iconbox_icon { left: 45%; }
Best regards,
Yigit
Thanks Yigit it works but on mobile version text it’s not centered with circle
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 580px) {
.iconbox_top .iconbox_icon {
left: 49%;
}}
Best regards,
Yigit
It’s working! Thanks Yigit!