-
AuthorPosts
-
June 25, 2016 at 7:32 pm #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?
June 29, 2016 at 5:29 am #654594Hey 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,
IsmaelJune 29, 2016 at 9:44 pm #655011The 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.
July 3, 2016 at 4:11 am #656189Hi,
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 8 years, 4 months ago by Vinay. Reason: Moved link to private data
July 11, 2016 at 4:07 pm #659392I 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…
July 11, 2016 at 4:11 pm #659393OK, 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.)
July 13, 2016 at 6:54 am #660207Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.