标签: 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; }