Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s possible that you have a plugin that’s keeping the portfolio from loading properly. I would start by going through your active plugins, and deactivating one by one to see if the behavior stops.

    Your portfolio shouldn’t need any CSS to display properly. The rows should automatically be even across the page.

    Try the plugins and let me know if that makes a difference.

    -Kevin

    Thread Starter kirstinsillitoe

    (@kirstinsillitoe)

    Thanks Kevin – I tried this with all of my plugins but no success.

    Any other ideas?

    k

    Hey,
    So you have css that is showing the titles as static since some are longer then others you have two lines of text. You just need to set a min height for the title area. you can do that with this css:

    .portfolio_item .piteminfo {
        min-height: 78px;
    }

    Ben

    Thread Starter kirstinsillitoe

    (@kirstinsillitoe)

    Amazing – thanks heaps Ben, that seems to have done the trick

    k

    Thread Starter kirstinsillitoe

    (@kirstinsillitoe)

    Hey,

    That code seemed to work for the pages that were live at the time. But I’m just in the process of making a new page, and it’s happening again:

    https://www.vulcana.org.au/portfolio-test/

    Any ideas?

    K

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Virtue Theme – Blank Spaces in Portfolio Grid’ is closed to new replies.