Hi @Pratik,
thank you for your prompt answer. Actually I want to maintain the default template as it is, the sidebar on the right, because of the homepage (the only page with sidebar).
All the other pages have the full-width no-sidebar template that is larger of a one-column template.
So when I visualize a post, its content area is smaller that the full-width no-sidebar page-template area, I have a gray zone on the right (where the sidebar in principle is).
I would like to make the post area bigger, a css problem that I thought it was simple, but apparently it isn’t.
For example, here
http://mbfm.be/wp/fr/category/evenements-passes/
I want to widen the primary/content area just of posts (not of the same elements in pages, otherwise in my home page the sidebar move beneath), just to be clear something like
#primary .post {
width: “as width as full-width no-sidebar page”;
}
#content .post {
width: “as width as full-width no-sidebar page”;
}
Thank for the help,
Kind Regards
Lapo