Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #755899

    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

    #755961

    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

    #756087

    Thank you that works great Basilis

    #756103

    Also how do I increase the space between the portfolio featured image and the portfolio item title in the portfolio grid?

    Many thanks

    Jenny

    #756749

    Hi Jenny,

    Please try the following in Quick CSS under Enfold->General Styling:

    .grid-entry-title {
        padding-top: 10px;
    }

    Best regards,
    Rikard

    #757669

    Thanks Rikard removing the following code as you advised in another post sorted this problem too

    .entry-content-header {
    position: absolute;
    top: 0;
    }

    #758238

    Hi,

    Ok, thanks for the feedback. I just replied to your other thread with some updated CSS.

    Best regards,
    Rikard

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