Hello,
I was wondering if someone could help me out with the icon boxes and the margin in between them.
I have a 3 column row of icon boxes, and added a background to each one. However there is no margins in between each of the columns, and attempting to add a small margin – even 2px causes the last box to break onto the next row.
Here is the code I am using currently to achieve the results I currently have (I also added a custom class to each box .home-box
.home-box{
background: #F8F8F8;
padding: 10px 10px 5px 10px;
border: 1px solid #f0f0f0;
min-height: 152px;
}
.home-box div.sf-icon-box-content a{
text-decoration: underline;
position: absolute;
bottom: 0;
right: 0;
}
.sf-icon-box.sf-icon-box-left-icon-alt .sf-icon-box-content-wrap{
margin-left: 60px;
}
div.sf-icon-box-content-wrap{
min-height: 132px;
max-height: 132px;
display: block;
position: relative;
}
Attachments:
You must be
logged in to view attached files.