Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #653402

    I am attaching a screenshot of what I mean. When you click on a category, the posts with that category all list and there is literally no space in between posts. Can I add space in between? Also, the results are showing to the very edge of the page. Can I change this for post archive results?

    #654594

    Hey Lucille,

    Thank you for using Enfold.

    Please add this in the Quick CSS field in order adjust the maximum width of the container:

    .archive .fullsize .template-blog .post .entry-content-wrapper > *, .archive .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 80%;
    }

    And this css code to create a space between the posts:

    .archive .post {
        margin-bottom: 100px;
        border-bottom: 1px solid gray;
    }

    You can remove the border property if you don’t want to add a separator between the posts.

    Best regards,
    Ismael

    #655011

    The space between works but not the width. It still goes all the way to the edge. I am putting all the CSS we have in the styling so you can see if there is anything overriding this since it didn’t do a thing.

    I know some of it isn’t necessary since it pertains to our old theme but some are things we still use.

    #656189

    Hi,

    Could you please provide a link to the actual url where we can see the issue? The code works on this category

    Best regards,
    Ismael

    • This reply was modified 7 years, 9 months ago by Vinay. Reason: Moved link to private data
    #659392

    I only just saw this, I must have not ticked the box to receive an email reply. Is it possible to edit that and only use our links in the private data, please? Thank you!

    It seems to work now. I don’t know why it wasn’t before… other than maybe my internet cache hadn’t cleared…

    #659393

    OK, so it works for some of them but the one below, is still full width…

    (in case you didn’t see the message above, can you please make sure our links remain in the private data? The message above mine by Ismael if that could be edited to remove that, it would be appreciated. Thank you.)

    #660207

    Hi,

    We added this code to the Quick CSS section under Enfold > General Styling:

    .category .post {
        width: 80%!important;
        float: none!important;
        left: 50%!important;
        transform: translateX(-50%)!important;
    }
    

    Please review the site and let us know if you have any questions.

    Best regards,
    Vinay

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