[Support request] How To Decrease Width Of Single Post Container

Home Forums Support [Support request] How To Decrease Width Of Single Post Container

Home Forums Support How To Decrease Width Of Single Post Container

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1132645
    Abhit

    Hello GeneratePress Team,
    I want to decrease the width of my single post container [SEE This]

    #1132761
    David
    Staff
    Customer Support

    Hi there,

    you’re site is using CSS to adjust that width. Look for this in your Customizer > Additional CSS and change the line i have commented:

    .single .inside-article, .comments-area {
        padding-top: 28px;
        max-width: 825px; /* Adjust this measurement */
        margin: 0 auto;
        box-shadow: 0 0 11px 0 rgba(0,0,0,.1);
        border-radius: 8px 8px 8px 8px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.