我的 div 在 Prestashop 1.6 中被页脚隐藏在移动尺寸上

My div is hidden on mobile size by the footer in Prestashop 1.6

正如你在我的网站上看到的那样http://sunray.co.il/en/ 尝试将浏览器大小设置为移动大小时,您看不到所有 "google map" 块,希望您能帮助我,谢谢! example

您可以编辑 global.css:8386

@media (max-width: 991px){
    #cmsinfo_block {
        min-height: 554px;
        height: 554px;
        padding-left: 13px;
        padding-right: 13px;
    }
}