Hi!
I want to display the last post of a certain category in the homepage, but I would like the photo was next to the post and not above. What can I do?
Thank you,
Valentina
Hey cielofan!
can you provide us a link to the site in question? so we can take a look to the elements.
Best regards,
Andy
Hi Andy!
Just below the cover image there is a demo post (How to: Selecting the perfect wine), I want the photo and next the title and post, not under the photo.
Thank you,
Valentina
Something like you can see in the link but only with one post
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.home .slide-entry a {
display: inline-block;
width: 50%;
max-width: 50%;
}
.home .slide-entry .slide-content {
display: inline-block;
width: 50%;
max-width: 50%;
padding-left: 2%;
}
Best regards,
Rikard
Hi Rikard,
thank you, almost perfect. What can I do to put the content align to the top or middle of the photo?
Thank you,
Valentina
Hi!
Please add following code to Quick CSS as well
.home .slide-entry .slide-content {
position: absolute;
}
Best regards,
Yigit
Perfect!
Like you can see the number of comments is above the word “comments”.
How can I hide meta for categories and comments and leave only the date?
Hi!
Please add following code to Quick CSS as well
.slide-meta-comments, .slide-meta-del, span.blog-categories {
display: none!important;
}
Cheers!
Yigit
Perfect,
thank you so much!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit