[Resolved] Different Width for Blog Page and Single Post Page

Home Forums Support [Resolved] Different Width for Blog Page and Single Post Page

Home Forums Support Different Width for Blog Page and Single Post Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #350623
    Sebastián

    Hi

    I would like to keep my container width on the blog page at 1295 px: http://i.imgur.com/dcdkaAL.png and at the same time i would like to change my single post page container width to 945 px to make it look like this: http://i.imgur.com/7oyLSm1.png

    Also in the single post page i would love to center the blog post title, the date and the author. Something like this: http://i.imgur.com/cy2vlQS.png

    Thanks!

    #350668
    Leo
    Staff
    Customer Support

    Hi there,

    Container for single post:

    .single .grid-container {
        max-width: 945px;
    }

    Center elements:

    .entry-header {
        text-align: center;
    }
    #350697
    Sebastián

    It worked! Thanks!

    #350732
    Leo
    Staff
    Customer Support

    No problem!

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