如何在Wordpress中实现水平滚动?

时间:2016-05-29 09:14:12

标签: css wordpress css3

我正在尝试在Wordpress中实现水平滚动,但是当内容的大小增加时,我的页面会垂直滚动。如何解决问题?

// div class to restrict the page maximum height
.container-mine{
    max-height: 620px;
    text-align: center;
    transition:transform 0.4s ease;
}

0 个答案:

没有答案