CSS/padding on specific pages
-
Hi, we are trying to make sure the homepage is full width but the sub pages like Terms & Conditions, FAQ, Woocommerce pages like Cart and Checkout etc have some padding, because the text is touching the sides of the screens and is difficult to read on these pages. To make it a bit more complicated even, the project page needs to be full width as well so we would need to exclude this from having padding as well as the homepage.
Tried in multiple different ways, most recently with this but it affected everything including the footer and we’re not sure how to start excluding other pages from this rule.
.site-main .wrapper {
padding: 40px 40px;
}Any ideas how to go about this?
The page I need help with: [log in to see the link]
The topic ‘CSS/padding on specific pages’ is closed to new replies.