bratislava / bratislava/wordpress

Úprava buttonov a obsahu v Torq Card module - zarovnanie na spodok

Open
#8 0 comments 0 reactions 1 assignee Claimed by @TuTuc0 View on GitHub
Mestská polícia
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.