Used the following code trying to change margin of the whole body section on only desktop and tablet
@media (min-width:480px){
.x-text {
padding: 0 0px;
margin-left: 170px
}
}
Only the body-text is moving as wished
How can I get also headings and all other stuff lined with that body-text.