Adjust margins, padding, etc. for single page
-
I am trying to reduce to zero all the margins, etc. for just one particular page (Gallery). This is the code I have but it’s not working. Appreciate your help
.gallery .site-content.content-wrapper.full-width.without-featured-image {
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-left-width: 0px;
}
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Adjust margins, padding, etc. for single page’ is closed to new replies.