Hi,
I would like to show the excerpt text of my portfolio items under the portfolio title, not under the thumbnail (see image). By default, the excerpt text is placed under the thumbnail.
So to be clear: the Dutch text “De balayage trend is er al weer een paar jaar. Maar deze techniek is tijdloos. Zie alles over deze laatste trend.” should appear directly underneath the title, at the right side of the thumbnail.
Hey Emiel,
I didn’t see your portfolio items, as in your screenshot, I did see your testimony, but it doesn’t have a title.
If this is the right element, please enable the title so we can help, or please include the url to the page/element in question so we can take a closer look.
Best regards,
Mike
Thanks for the quick reply. The URL is a bit hidden. I’m sharing it as private content. (Scroll down on that page and you’ll see the example I’m shared in my initial screen shot).
Hi,
Thank you for the info.
Please try the following css code.
@media only screen and (min-width: 768px) {
.news-excerpt {
float: right;
width: 81%;
position: relative;
margin-top: -60px;
left: -2px;
}
}
It might require a few adjustments on smaller screens.
Best regards,
Ismael
It worked like a charm…! Thank you!
Hi emielvanwegen,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria