its like this it needs to be like this 我正在尝试更改背景图像的宽度,而不影响整个行的最大宽度。
我尝试了不同的大小属性,但行的最大宽度为80%,我只需要最大宽度为100%的背景图像。
此行的选择器/规则:
.et_pb_row {
position: relative;
width: 80%;
max-width: 1920px;
margin: auto;
}
,这是该行的背景图像的选择器/规则:
.et_pb_row_0 {
background-size: contain;
background-position: top right;
background-image: url(http://fordent.uk.w3pcloud.com/wp-content/uploads/2019/01/GettyImages-532174359.jpg);
}
答案 0 :(得分:0)
在这里检查link
在这里,我已经根据您的情况设置了相对于body
的位置,该位置可能是您赋予.et_pb_row
的{{1}}的父div,并在其中设置了width: 80%;
的伪元素我提供的::after
希望这会有所帮助。