Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #541227

    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

    #541231

    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

    #541235

    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

    #541242

    Something like you can see in the link but only with one post

    #542101

    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

    #542274

    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

    #542277

    Hi!

    Please add following code to Quick CSS as well

    .home .slide-entry .slide-content {
        position: absolute;
    }

    Best regards,
    Yigit

    #542292

    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?

    #542297

    Hi!

    Please add following code to Quick CSS as well

    .slide-meta-comments, .slide-meta-del, span.blog-categories {
        display: none!important;
    }

    Cheers!
    Yigit

    #542319

    Perfect,

    thank you so much!

    #542321

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘thumbnails next to post’ is closed to new replies.