Tagged: post slider
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
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