Hi there,
We would like to add a margin or padding on the left and on the right to particular page I tried using quick css with unique page id. Here is the code
.page-id-XX .container_wrap {
padding-left: 20px;
padding-right: 20px;
}
could you please help out on how to fix this?