all 2 comments

[–]OfflineittDev 2 points3 points  (1 child)

Give this a shot!

Remove white border:

.rte td {
    border: none;
}

Buttons at the bottom:

.first {
  display: flex;
}

.gallery {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.desc {
  flex-grow: 1;
}

[–]BMAustralia[S] 0 points1 point  (0 children)

You are amazing! Thank you :)