Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1263865

    Hi

    I have added a new post slider to my home page, I added a square border I would like the 4 columns to have the same height regardless of the amount of text.

    I have a problem in the mobile version and it is that the post slider is not responsive and does not look very good.

    I await your help please, thank you

    #1264142

    Hey Junior,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) {
    .custom-postslider .slide-entry {
        height: 300px;
        min-height: 300px;
    }
    }

    I’m not sure what you would like to change on mobile, could you try to explain a bit further or post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

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