Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #858756

    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.

    Currently excerpt shows 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.

    #858976

    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.
    2017-10-01_144359
    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

    #859165

    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).

    #859528

    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

    #860610

    It worked like a charm…! Thank you!

    #860967

    Hi emielvanwegen,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.