[Resolved] padding left on single page

Home Forums Support [Resolved] padding left on single page

Home Forums Support padding left on single page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #663121
    Torsten

    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

    #663168
    David
    Staff
    Customer Support

    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;
    }
    #663174
    Torsten

    thumbs up!
    πŸ˜€

    #663178
    David
    Staff
    Customer Support

    Awesome πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.