Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 WPBakery 插件在 Wordpress 中对齐图像块和文本块。我希望图像占据一半区域并且与文本块相同。谁能向我解释如何做到这一点?
任何帮助将不胜感激
谢谢
使用 css 来改变位置,在我的例子中,我们使用:
.vc_column_container>.vc_column-inner { box-sizing: border-box;, padding-left: 15px;, padding-right: 15px;, width: 100%;, }
从代码中删除 (,)。