|
|
Sergey Kornilov admin 4/9/2020 |
|
Yes, it should be possible with the help of Custom CSS. Most likely you will need to use the border property. |
|
|
M
|
MikeB941 author 4/13/2020 |
|
Yes, it should be possible with the help of Custom CSS. Most likely you will need to use the border property. There are two videos that explain the CSS topic in-depth: https://www.youtube.com/watch?v=_DmMYRCUtU8 https://www.youtube.com/watch?v=yFnD38oslIc
div.col-md-offset-3.col-md-6 {
|
|