[Resolved] Different width in entry

Home Forums Support [Resolved] Different width in entry

Home Forums Support Different width in entry

  • This topic has 9 replies, 2 voices, and was last updated 5 years ago by Leo.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #869637
    Diego Fernando

    Hello.

    How Can I set a different width for entries? I’ve set a right sidebar only for entries, but it looks bad because the width and padding is configured for pages.

    Thanks for help.

    #869737
    Leo
    Staff
    Customer Support

    Hi there,

    You are referring to single post right?

    If so this CSS should work:

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

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know 🙂

    #870417
    Diego Fernando

    Thanks Leo. It work. Can you give me code for padding in single post, please?

    #870803
    Leo
    Staff
    Customer Support

    Try this:

    .single.separate-containers .inside-article, .single.separate-containers .comments-area {
        padding: 20px;
    }
    #871629
    Diego Fernando

    Hi leo

    It didn’t work

    The individual posts are kept with padding, the same that was fixed in configuration of the container.

    Another question, how can I configure a different footer configuration for single post? I want to put 3 widgets in the footer area of ​​individual publications. In contrast, on pages I do not want widgets in the footer area.

    Thank you very much Leo.

    #871742
    Leo
    Staff
    Customer Support

    That should work. Can you link me to a post?

    All the links on the home page link to static pages.

    Please open a new topic for the separate question.

    Thanks!

    #876049
    Diego Fernando
    #876058
    Leo
    Staff
    Customer Support
    #876850
    Diego Fernando

    Thank you Leo.

    Comments zone keep with padding defined in customization. How can I change it?

    #876890
    Leo
    Staff
    Customer Support

    Adjusted the CSS above to include comment area:
    https://generatepress.com/forums/topic/different-width-in-entry/#post-870803

    Let me know 🙂

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