Home › Forums › Support › 2 questions for the title and background for individual page This topic has 3 replies, 2 voices, and was last updated 8 years, 7 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 21, 2015 at 2:05 am #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/ January 21, 2015 at 12:25 pm #67395 TomLead 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”. February 1, 2015 at 4:49 pm #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. February 2, 2015 at 11:05 am #71385 TomLead 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. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In