Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1074728

    Hi Kriesi,

    See image below.

    In the portfolio grid you can see the featured image, the title and an excerpt. When the title of one portfolio item is longer compared to another, or if an excerpt is not used, the space around the text varies. The portfolio grid becomes ugly… THere must be an easy way to fix the space so they wil all meet the same dimension? But how…

    Could you shine a light on that one?
    Thanks in advance!

    https://ibb.co/Br8sh79

    added:
    This seems to be a workaround, not the solution to the answer but a way to make the differences invisible… In fact I just may use this solution. In case you have a solution to the initial question then I am open to that as well.

    • This topic was modified 5 years, 8 months ago by Aerdvark. Reason: Found a workaround
    #1075346

    Hey Aerdvark,

    Could you post a link to where we can see the actual problem? If you found a solution then please post it here as well.

    Best regards,
    Rikard

    #1075401

    Hi Rikard,

    I thought I had pasted the code (workaround) but I seem to have some memory issues :-\
    This is what I have done so far, it hides the lines so the difference in size is no longer visible.

    /* Spacing between portfolio grid items */
    .isotope_activated .isotope-item {
    margin-left: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    }
    
    /* Hide portfolio grid lines */
    .grid-entry .inner-entry {
        box-shadow: none !important;
    }

    The actual website is under construction and also the “problem” no longer exists.

    #1075801

    Hi,

    Great, thanks a lot for sharing that, it’s much appreciated. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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