Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1487504

    I’ve searched the online documentation and a few dozen forum posts, but I haven’t been able to find detailed portfolio settings.

    In our project, we’re using a single-column grid, as shown in the image https://img.savvyify.com/image/Portfolio.yydw6 .

    1) The title appears to the left of the image; how can we have it on the right, while also reducing the width of the white cell containing it?

    2) The title is vertically centered on the image; how can we have it at the top, while also reducing the font size?

    3) We’d like to eliminate the lines and borders and have a 10-20 pixel white space between each image.

    We’ve also tried Masonry, which solves the problem mentioned in point (3) and already has a smaller font, but the title is below the image and we don’t know if it can be “moved” to the right.

    #1487536

    Hey icarogioiosi,

    Thank you for the inquiry.

    You can add this css code to move the title to the right of the image, position it at the top, reduce the font size, remove the borders, and add space below each portfolio entry. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache after adding the modification.

    
    #top .isotope-item.special_av_fullwidth .inner-entry {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
    }
    
    #top .grid-entry .inner-entry {
        box-shadow: none;
    }
    
    #top .isotope-item.grid-entry {
        margin-bottom: 20px;
    }
    
    #top .isotope-item.special_av_fullwidth .av_table_col .entry-title {
        margin: 0 0 20px;
        font-size: 16px;
    }
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1487568

    Thanks for your time, Ismael.
    The suggested code solves the requests.
    Despite testing, I don’t understand the purpose of the line

    margin: 0 0 20px;

    indicated in the last block (the one for the text size), except for the first 0, which appears to set the vertical position of the text.
    I apologize if I’ve made too many requests in the same thread, but I thought it was possible since they globally affected what was indicated in the title (Portfolio Grid Settings).

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