【发布时间】:2019-04-08 19:22:01
【问题描述】:
我正在使用 wordpress 5.1 并拥有 BuildPress 主题。它使用 WPBakery。
最初滑块从左到右开始,但不知何故我无法使滑块居中。它也无法使用 WPBakery 或 wordpress 主题自定义。
不过,我确实成功地将其置于响应模式的中心。
但同样,不能在正常模式下居中。
我尝试了常规方式:
.wpb_wrapper {margin-left: auto; margin-right: auto;}
我曾尝试使用position:absolute 或position:inherit 等。但没有成功。
我确实阅读了以下主题:
Cannot figure out how to center div in Wordpress theme
还有:
并尝试了答案,但没有成功。
我错过了什么吗?
【问题讨论】:
标签: css wordpress wordpress-theming