Positioning of images in icon box

edited June 2018 in Files & images
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;
} }

Comments

  • Hi,
    I'm not sure that I reached that position of Icons as you wanted.
    But I was looking on last icon of vertical list.

    Paste this code and tell me, is this what you wanted?
    Is no, please do a screenshot and show me with arrows where you want it.

    body.page-id-79 .icon_box.icon_position_left .image_wrapper{
    top:50px !important;
    left:30px !important;
    }
    Thanks
  • That worked well, thank you Pablo.
Sign In or Register to comment.