Site logo

Archived topic

single post page

24 replies · Started by Ghazi on November 20, 2022

Viewing posts 16–25 of 25

Can you link me to the article page where it is not working ?

Yes, of course, prefer the link
You can view the rest of the articles, as they are the same settings

Yes, the previous problem has been resolved
But I also want to separate the containers on the post page only, not on the whole site, only on the post page
Please, see the attached picture

Hmmm... it may have been easier to have used the Separate Container option :) but as we are almost there, try adding this CSS:


.comments-area:before {
    content: '';
    display: block;
    margin-bottom: 20px;
    width: calc( 100% + 60px );
    max-width: 100vw;
    position: relative;
    left: 30px;
    height: 30px;
    background-color: #fafafa;
}

Good. Comments section is separated only?
Separate containers are a valid solution, but the problem is that they include all parts of the site, including the home page?
I just want to separate the container of a specific page only. Is there a way to do this?

For example, just now we separated the comments section, but the body of the article was not separated from the header? and Comments section from footer

Ah ok, add this CSS:

.single-post #content {
    margin-top: 30px;
    margin-bottom: 30px;
}

Thank you, David
Completely resolved

I hope in the future that you will develop the template for the container properties, separate each page from the other

Glad to be of help.

solved

This archived topic is closed to new replies.