Hi guys,
I am trying to add custom css to my coloured boxed content assets;
I applied the following code, but it resulted in the boxes touching each other, what can I add to have some padding in between?
.postid-20387 .round-box-corners {
background: none repeat scroll 0 0 #ebebeb;
border-radius: 10px;
border-bottom-color:#ebebeb;
box-shadow: 1px 1px 1px #ddd;
}
round-box-corners is my extra class
Can I also combine the above code with the below code?
.postid-20387 .spb_box_content .box-content-wrap {
min-height: 270px;
}
Can you please advise what I should do? Thank you very much.
PS, please login with the credentials above as it’s a draft private webpage.