Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #241874

    Hi,

    I had the same issue before, https://kriesi.at/support/topic/portfolio-grid-not-showing-the-correct-column/, and Yigit provided a solution that fixed it. However, after upgrading the theme to 2.6.2, it appears again.

    I checked custom.css to make sure “.no_margin.av_one_fourth { width: 24%; }” was there and that I set the portfolio grid to display 4 items. Both are correctly configured but still get only three items displayed instead of four. Can you please help check?

    Many thanks!

    #241875
    This reply has been marked as private.
    #243040

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .no_margin.av_one_fourth {
    width: 24%;
    }

    Best regards,
    Yigit

    #243079

    Yigit,

    This is what I have in the custom.css file.

    .no_margin.av_one_fourth {
    width: 24%;
    }

    Do I replace this with

    #top .no_margin.av_one_fourth {
    width: 24%;
    }

    Thanks,

    #243084

    Hi!

    Please add !important rule as following

    #top .no_margin.av_one_fourth {
    width: 24% !important;
    }

    Cheers!
    Yigit

    #243146

    Now it works.

    I also updated the syntax for three-column grid.

    #top .no_margin.av_one_third {
    width: 32% !important;
    }

    thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘portfolio grid not showing the correct column’ is closed to new replies.