Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #129058
    wizzyd
    Participant

    Hello again. I have an issue with my Portfolio feature. When I increase the number of items from 3 to 6, two blank spaces appear, which in desktop mode prevents the items from being in a nice, attractive 6-item tile. Here's a screenshot of my portfolio with 2 blank spaces.

    I do have Jetpack, which might be interfering with it somehow. I have turned off and on the “Portfolios” feature in Jetpack, and it doesn’t seem to make any difference.

    The only thing I changed at one point was the dates of the posting/publication of the portfolio items, pre-dating a couple items in an attempt to re-order them in the way I wanted them to. How that led to creating blank spaces in the 6-item portfolio is confusing, but maybe you all have a solution?

    Thanks in advance.

    #129078
    tikaram
    Keymaster

    @wizzyd : The issue will be fixed in upcoming update. For the time being please add the following additional css.

    @media screen and (min-width: 48em) {
        .portfolio-wrapper .hentry:nth-of-type(3n+1) {
            clear: both;
        }
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #129213
    wizzyd
    Participant

    You rock thank you!

    #129295
    tikaram
    Keymaster

    @wizzyd : Glad to know that the issue has been resolved and have a Good day.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blank spaces in Portfolio’ is closed to new replies.