Good Evening!!
I would like to change the margin of the following page to 150px on each side
https://www.rosekoreanbeauty.com/pages/shipping-policy
Can somebody please help me out ![]()
Good Evening!!
I would like to change the margin of the following page to 150px on each side
https://www.rosekoreanbeauty.com/pages/shipping-policy
Can somebody please help me out ![]()
yes please try this code
@media only screen and (min-width: 769px) {
.page-width.page-width--narrow.page-content {
padding: 0px 150px;
max-width: 100%;
}
}
Thank you for your reply. However, it doesβnt work. Did I do something wrong?
Oh! I fixed it with the following:
@media only screen and (min-width: 769px) {
.page-width.page-width--narrow.page-content {
margin-left:150px;
margin-right: 150px;
}
}
great thanks for update