Positioning of images in icon box
Hi BeTheme support,
Could you please help me with the IconBox on the following page <link removed>
On the right side there is a section of 4 iconboxes. The first three contain an image and the last one is an icon. The latter is positioned as I wish and now I need help to align the first three accordingly.
I used the following custom CSS, but it seems that this doesn't work on images in the iconbox:
.icon_box .icon_wrapper i { font-size: 50px; }
.icon_box .image_wrapper {
text-align:left !important;
}
.icon_box.icon_position_left {
padding-left: 100px !important;
}
.icon_box.icon_position_left {
padding-top: 45px !important;
} }
.icon_box .image_wrapper {
text-align:left !important;
}
.icon_box.icon_position_left {
padding-left: 100px !important;
}
.icon_box.icon_position_left {
padding-top: 45px !important;
} }
Comments