Site logo

Archived topic

2 questions for the title and background for individual page

3 replies · Started by Ivaylo Popov on January 21, 2015

Viewing posts 1–4 of 4

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/

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".

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.

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.

This archived topic is closed to new replies.