Site logo

[Resolved] single post page

Home Forums Support [Resolved] single post page

Home Forums Support single post page

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #2427513
    David
    Staff
    Customer Support

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

    #2427524
    Ghazi

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

    #2427579
    David
    Staff
    Customer Support

    Ok, so the single post – how do you want that to look ?
    I assumed we had fixed that here:

    https://generatepress.com/forums/topic/single-post-page-3/#post-2425143

    #2427594
    Ghazi

    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

    #2427614
    David
    Staff
    Customer Support

    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;
    }
    #2427631
    Ghazi

    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

    #2427634
    David
    Staff
    Customer Support

    Ah ok, add this CSS:

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

    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

    #2428639
    David
    Staff
    Customer Support

    Glad to be of help.

    #2428641
    Ghazi

    solved

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