[Support request] Set the thumbnail on the left and aligned with the title

Home Forums Support [Support request] Set the thumbnail on the left and aligned with the title

Home Forums Support Set the thumbnail on the left and aligned with the title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1516654
    Fitron

    HELLO Team, I want to display a list of posts on the homepage like this picture or see on the site sea.mashable.com

    thumbail post on the left and aligned with the title of the post on the right, I have tried some code but having trouble to set up how to in such a. Anyone out there can help what code should I put?

    *for mobile view, I use the theme in library “marketer”.

    #1516667
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know 🙂

    #1516682
    Fitron

    my new site

    #1516691
    Leo
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        .blog .inside-article, .archive .inside-article  {
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
        }
    }
    #1516697
    Fitron

    yes it worked, thanks. But, I only want to display in mobile

    #1516704
    Leo
    Staff
    Customer Support
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.