I added this code to add some padding to the header so the elements arn’t so close to the left and right edges of the screen.
div.container_wrap.container_wrap_logo {
margin-left: 100px;
margin-right: 50px;
}
I just wanted to make sure this code is correct and there isn’t an easier way to do this on the enfold backend.
Please Asvise