Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3516
    Suong Ha
    Participant

    Hi,

    How to make all of Properties and Lastest Post articles in Home page having the same size?
    https://nhaviet.land/

    Thanks

    #3525
    Shop Manager
    Keymaster

    Hi,

    Thank You for choosing us!

    Could you please recapitulate the issue you are having?

    So that we could help you.

    Little more information about the issue will help us to provide a better solution for you.

    Thank You

    #3526
    Suong Ha
    Participant

    https://drive.google.com/open?id=11k7cL2m-vW7JOjaPTK1Hp1JeoHvtxVHn

    I need to make PROPERTIES (1) (2) (3) (4) have the the same size

    and LATEST POSTS (A) (B) (C) have the same size too.
    (https://nhaviet.land/)

    #3530
    Shop Manager
    Keymaster

    Hi,

    Thanks for your post!

    Kindly please use the same dimension images to make it look of same height.

    Many Thanks!

    #3531
    Suong Ha
    Participant

    I can use the same dimension images but it’s difficult to have the same TITLE and CONTENTS? Do you have any other ideas to help?

    #3535
    Shop Manager
    Keymaster

    Hi,

    Thanks for the reply.

    Kindly please add the images of the same dimensions then we will provide you the CSS to add to make the content proper.

    Many Thanks!

    #3536
    Suong Ha
    Participant

    I updated the same image dimensions. Pls, help!

    #3540
    Shop Manager
    Keymaster

    Hi,

    You have still not added the same dimension images please add.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    .inner-content {
    padding: 10px;
    height: 100px;
    }

    .post-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }

    Many Thanks!

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