This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Boxed Post-Page & Date

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hello guys,
I have two questions.
1) Is there a way to create a layout on the posts page ? I want to have a padding on either side of the content so that it is well-centered on the site. (Example of how I want it to be : http://philwestblog.tumblr.com/post/130804195588/website , how it is currently: http://phil-west.com/blog )

The problem is, since it is a Posts-Page, I cannot use the usual Layout-functions within the Page-Builder.
2) This is probably an easy Custom CSS, I have already altered the Post-title to be in the center, I want to have the Post-date to be displayed in the center as well. Is there a Custom CSS you can suggest ?
Thanks in advance,
Phil.

URL: http://phil-west.com/blog

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 4 months ago

    Hi Phil West

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    body.responsive.layout-full.blog #page-wrapper #main .full-container,
    body.responsive.layout-full.archive #page-wrapper #main .full-container,
    body.responsive.layout-full.single #page-wrapper #main .full-container {
        max-width: 960px;
    }
    article.post .entry-header .entry-meta, article.page .entry-header .entry-meta {
        text-align: center;
    }
  2. Phil West 10 years, 4 months ago

    Works like a charm, thank you very much !

  3. Andrew Misplon Staff 10 years, 4 months ago

    Super :) Glad to hear that helped. All the best.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread