Tagged: Portfolio same height
Dear Support-Team,
we have changed the color of the title background of a “portfolio grid” to red, so that we get a box with the title below the images.
The height of these red boxes depends on the number of lines of the title.
Is there any way to change the quick css to force the same height of all boxes?
In the private link you will see the case.
Best,
Sven
Hey Videmi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-2703 #av-sc-portfolio-1 .grid-content {
min-height: 99.09px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you Mike!
Good idea to use the page id!
Best,
Sven