bratislava / bratislava/wordpress
Úprava buttonov a obsahu v Torq Card module - zarovnanie na spodok
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
/* úprava výšky obsahu torq card pre zarátanie buttonu */
.ba_card.torq-card-custom .dtq-card-content {
margin-bottom: 40px;
}
/* pozícia buttonu pre torq card - dole */
.ba_card.torq-card-custom .dtq-btn-card {
position: absolute;
bottom: 12px;
height: 40px;
margin-top: auto;
}
/* roztiahnutie obsahu torq card na celú výšku */
.ba_card.torq-card-custom .et_pb_module_inner {
height: 100% !important;
}
/* úprava torq card na celú výšku */
.ba_card.torq-card-custom .dtq-card {
display: flex;
flex-direction: column;
height: 100%;
}
```
- upravuje torq card plugins s CSS class:
torq-card-custom
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.