Hi guys!
I am facing this problem. It has been a while, i was hoping you would have fix it but maybe you didnt had the chance even to see that! ๐
so, when i create a full-width text block / add a Alt-Background to it and put some text, the text is not properly alligned with the whole website. i have attached an screenshot to explain you what is the problem!
in the past i have been trying to “fix the problem” like this
media=”screen”
@media only screen and (min-width: 1500px)
.alt-bg.alt-three {
margin-left: -410px!important;
padding-left: 423px!important;
padding-right: 410px;
}
media=”screen”
@media only screen and (min-width: 1200px)
.alt-bg.alt-three {
padding-left: 225px!important;
padding-right: 210px;
}
media=”all”
.alt-bg.alt-three {
margin: 40px 0;
margin-left: -210px!important;
padding: 30px 225px!important;
.alt-bg.alt-three {
margin: 40px 0;
margin-left: -210px!important;
padding: 30px 225px;
box-sizing: content-box;
}