从WordPress中删除列的填充

时间:2018-07-07 23:08:31

标签: wordpress wordpress-theming custom-wordpress-pages

嗨,我想从wordpress列的填充中删除填充。

http://codesigners.co.uk/nuala/restaurant/

when adding the images the columns dont line up see image

should look like this

查看代码:

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;  <<<tied making this 0px
    padding-right: 15px;    <<<tied making this 0px
    width: 100%;
}

还尝试编辑js_composer.min.css文件。

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

  1. 首先打开Visual composer后端页面以单击编辑页面。

enter image description here  2.对于要更改的行的打开设置,请单击铅笔标志。

enter image description here 更改视觉作曲家行的设置: 行设置>行拉伸>拉伸行和内容(无填充) enter image description here