Hello all,
Is there anyway I can make all the categories in the home page the same height? (put the photo)
thank you
Hello all,
Is there anyway I can make all the categories in the home page the same height? (put the photo)
thank you
It’s definitely possible.
Whenever you need help, especially when layout is concerned, you should provide a link to your site.
Anyway, I am not using the same theme, but here it is :
body.home .hp-listing__content {
height: 200px;
}
Otherwise ask Google : DIVs same height
Thank you and apologies.
Website is www.esgworkplace.com
I will try your proposal and report back.
cheers
It didn’t work but may be to different theme. Will try the other Google solution.
This works :
body.home .hp-listing-category__content {
height: 324px;
}
Not perfect, but good enough.
Close to perfect :
body.home h4.hp-listing-category__name {
height: 200px;
}
body.home .hp-listing-category__description {
height: 300px;
}
Adjust heights to your preferences.
Qué vive Chile !
Thank you! amazing work.
jeje and thumbs up about the viva Chile.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.