| 1 |
.wpupg-template-side-by-side { |
| 2 |
max-width: 500px; /* wpupg_max_width type=size */ |
| 3 |
border-style: solid; /* wpupg_border_style type=border */ |
| 4 |
border-width: 1px; /* wpupg_border_width type=size */ |
| 5 |
border-color: #000000; /* wpupg_border type=color */ |
| 6 |
border-radius: 0px; /* wpupg_border_radius type=size */ |
| 7 |
padding: 0; |
| 8 |
display: flex; |
| 9 |
flex-wrap: wrap; |
| 10 |
} |
| 11 |
.wpupg-template-side-by-side .wpupg-item-image { |
| 12 |
padding: 5px; /* wpupg_meta_padding type=size */ |
| 13 |
margin: 0 auto; |
| 14 |
font-size: 0; |
| 15 |
flex-shrink: 0; |
| 16 |
} |
| 17 |
.wpupg-template-side-by-side .wpupg-meta-container { |
| 18 |
padding: 5px; /* wpupg_meta_padding type=size */ |
| 19 |
flex: 1; |
| 20 |
min-width: 100px; |
| 21 |
} |