[Resolved] 2 questions for the title and background for individual page

Home Forums Support [Resolved] 2 questions for the title and background for individual page

Home Forums Support 2 questions for the title and background for individual page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67283
    Ivaylo Popov

    Hello.

    Generatepress is awesome theme. I have 2 questions about customizations for individual page.

    1. How to change space between page title and border container?
    2. How to make white container space bigger for this page?

    Screenshot bellow:

    http://www.evernote.com/l/AGBkQ1OibZJKEKe_8WGvNlwdafDYYmjprqE/

    #67395
    Tom
    Lead Developer
    Lead Developer

    Hi there, glad you’re enjoying the theme ๐Ÿ™‚

    1. You can decrease the content padding using the Spacing add-on, or you can use this CSS:

    .inside-article {
          padding-top: 40px;
    }

    Adjust the px to your liking.

    2. You can increase the container width in “Customize > Layout”.

    #71150
    Ivaylo Popov

    Sorry for late response, Tom. First code work perfect. For second question i found this solution:

    #post-423 .inside-article {
    margin-left: -70px; margin-right: -70px
    }
    

    May be it is not correct, but in my case work perfect, because i want to change container size only for one page.

    #71385
    Tom
    Lead Developer
    Lead Developer

    If it works it works ๐Ÿ™‚

    You can also try:

    body.page-id-423 .grid-container {
          max-width: 1100px;
    }

    Then adjust the pixels to whatever you like.

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