【发布时间】:2021-08-15 15:01:42
【问题描述】:
我正在尝试在 elementor 上使用 css 编写列边距和填充,以便进行媒体查询以适应不同的桌面屏幕。
选择器是在布局的特定元素中使用css的方式
selector{
margin:0.5em !important;
padding-top: 110px !important;
padding-bottom:6em !important;
padding-left: 3em !important;
padding-right: 4em !important;
}
When I use padding, it moves down the margin insted of filling the column
在 Elementor 菜单和自定义 CSS 中使用了相同的值
该网站是:
【问题讨论】:
标签: css padding margin elementor