Reply To: Feature boxes

Home Forums Support Feature boxes Reply To: Feature boxes

Home Forums Support Feature boxes Reply To: Feature boxes

#201109
Tom
Lead Developer
Lead Developer

You can give the columns a class, for example: http://screencast.com/t/q2b2OWBG

Then add the CSS:

.my-columns {
    padding: 10px;
    margin-right: 10px;
    background-color: yellow;
}

If you want to add a border:

.my-columns {
    padding: 10px;
    border: 1px solid #DDD;
}
  • This reply was modified 7 years, 9 months ago by Tom.