Is it possible to have the portfolio item tile split onto 2 lines.
This is so I can set the font size larger on the title on portfolio grids
Hey JennyGr!
You can increase the font size and it will go to send line.
To make the description although look better, add the following to your custom CSS
.grid-entry-excerpt.entry-content { padding-top: 50px !important; }
Let us know if it works out for you.
Best regards,
Basilis
Thank you that works great Basilis
Also how do I increase the space between the portfolio featured image and the portfolio item title in the portfolio grid?
Many thanks
Jenny
Hi Jenny,
Please try the following in Quick CSS under Enfold->General Styling:
.grid-entry-title {
padding-top: 10px;
}
Best regards,
Rikard
Thanks Rikard removing the following code as you advised in another post sorted this problem too
.entry-content-header {
position: absolute;
top: 0;
}