如何在CSS中调整右栏内容的BOTTOM,使其与前两栏的BOTTOM在同一行?

How to adjust in CSS the BOTTOM of the content of the right column so that it is on the same line as the BOTTOM of the first two columns?

我想将 CSS class td-fix-index 块的所有内容上移,以便该内容的整个右栏在同一行上对齐和用蓝色绘制的其他列一样,因为目前,它溢出的很少:

我尝试自己降低 CSS class block-title td-block-titlemargin-bottom 的值,其中包含写作“Flash infos",我用 GREEN 包围了它。但是,当我将光标放在这个 class 上以找到它的 margin-bottom 并不幸地缩小它时,我根本找不到它。

那怎么着手调出YELLOW颜色圈出的右边栏的滚动条的所有内容,使其成功不再溢出并调整与前两个“实时”列和中间幻灯片的列在同一行 ???

换句话说,我希望调整右侧第 3 列的内容并在 YELLOW 的屏幕截图中圈出,使其保持完全相同的高度并且不会在BLUE.

圈出的底线上溢出

谢谢大家帮帮我

这行代码还有一个内联 padding-top 和底部 8px

<div style="padding-top:8px;padding-bottom:8px;"><div style="text-align: left; vertical-align: middle; text-decoration: none; overflow: hidden; position: relative; margin-left: 3px; height: 360px;" id="IRHolder"><div class="IR_div" style="height:120px;padding:1px 0px 1px 0px;">

我检查了您的网站,这是我发现的。要调整它,请转到您的 css 行 3757 style.css?ver=11.4.3

 Block Titles + Line
*/
.block-title {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1px;
  border-bottom: 2px solid #222222;
}