Horizontal gap between two items in one wrap
Hi Guys, I would like to be able to change the gap between two ITEMS (horizontally next to each other) inside one wrap. I thought about giving the item a margin but it pushes the second margin to the next row. I use this code on the ITEM as a custom class
.rcorners {
border-radius: 25px;
border: 1px solid #00a8db;
padding: 20px;
overflow:hidden;
height: 100%;
}
Comments