Archived topic
padding left on single page
3 replies · Started by Torsten on August 29, 2018
Viewing posts 1–4 of 4
Hi,
I'm trying to set content padding left 80px and right 50px only for → this page - no sidebar and no menu (which is in a sidebar widget). Tried several forum propositions already...
thx, Torsten
Hi there,
you could try using the page-id-# body class in your case this:
.page-id-3 .site-content {
padding-left: 80px;
padding-right: 50px;
}
thumbs up!
:D
Awesome :)
This archived topic is closed to new replies.