Hello there
We were wondering if there is a way of changing the size of the icon and the surrounding circle on the page here
Hello again
I have added
.iconbox_top .iconbox_icon {
font-size: 50px !important;
height: 90px;
width: 90px;
line-height: 84px;
top: -80px;
}
.iconbox .iconbox_content .iconbox_content_title {
margin: 0px 0px 0px 0px;
}
.iconbox_top .iconbox_content {
margin-top: 80px;
}
But the icon does not sit centred – Any ideas?
Hey whdsolutions,
Add this to quick css. The dimensions took some time to configure but they should be just about perfect:
.iconbox_icon.heading-color {
font-size: 50px!important;
width: 45px!important;
height: 0px!important;
border-radius: 100px!important;
margin-left: -40px!important;
margin-top: -10px!important;
padding: 30px!important;
padding: 25px 20px 55px 15px!important;
}
Best regards,
Jordan Shannon
Hello
That’s worked wonders, however I do need the icon size 90px and it still look like it does now (centred)
How is this achieved?
Hi,
You may have to adjust the css a parameters a bit. Adjust the font-size to 90px and mold the margins and paddings to match.
Best regards,
Jordan Shannon
Whatever I try does not work
Hi,
Try this:
.iconbox_icon.heading-color {
font-size: 90px!important;
width: 120px!important;
height:8px!important;
border-radius: 100px!important;
margin-left: -80px!important;
margin-top: -73px!important;
padding: 30px!important;
padding: 60px 20px 90px 20px!important;
}
Best regards,
Jordan Shannon
Thank you v much – worked a treat!!!