Archived topic
Different width in entry
9 replies · Started by Diego Fernando on April 15, 2019
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.
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 :)
Thanks Leo. It work. Can you give me code for padding in single post, please?
Try this:
.single.separate-containers .inside-article, .single.separate-containers .comments-area {
padding: 20px;
}
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.
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!
You have right Leo.
Please see this post: https://www.historiadeloscomics.com/spiderman-serie-animada-capitulo-07-kraven-el-cazador/
Edited the CSS here:
https://generatepress.com/forums/topic/different-width-in-entry/#post-870803
Let me know :)
Thank you Leo.
Comments zone keep with padding defined in customization. How can I change it?
Adjusted the CSS above to include comment area:
https://generatepress.com/forums/topic/different-width-in-entry/#post-870803
Let me know :)