[Support request] Single Post Content Width

Home Forums Support [Support request] Single Post Content Width

Home Forums Support Single Post Content Width

  • This topic has 1 reply, 2 voices, and was last updated 4 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #853265
    Harpreet Kumar

    Hello sir,

    I am using Generatepress on my blog webhostingintro.com

    I want to display post content with 800px width but Primary Layout 1000px (Currently).

    How can I setup that?

    Please reply… I’m waiting!

    Harpreet Kumar

    GeneratePress 2.2.2
    GP Premium 1.7.8
    #853336
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS:

    .single-post #main {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    This feature is available in GP Premium 1.8 which is available for download as an Alpha version. You can see it in our Changelog, under Content Area Width

    https://generatepress.com/gp-premium-1-8/

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