Hi Dear,
How to achieve horizontally center for content of #ibox-block ?
Regards,
Hendi
This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Olga Barlow
Hi Dear,
How to achieve horizontally center for content of #ibox-block ?
Regards,
Hendi
Hello,
Add the following code to Theme Options > Custom CSS
.ibox-block {
display: flex;
align-items: center;
width: fit-content;
margin: auto;
}
Regards
The issue related to '‘Icon Box Horizontally Center’' has been successfully resolved, and the topic is now closed for further responses