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

    Hi, I’m using the portfolio grid element, set to display in 3 columns. But the 3 columns are not stretching out to fit my full page width. At each screen size they seem to be shrinking to fir around 2/3 of the desired page width? When I set them to 4 columns or 2 columns it stretches out ok, but not this 3 column layout.

    Thanks, Richard

    #309082

    Hey Richard!

    Thank you for using the theme.

    Did you add any css modification that look like this?

    @media only screen and (min-width: 767px) {
    #top .isotope-item.av_one_third {
    width: 28% !important;
    }
    }

    It changes the size of the 1/3 column. The width should be 33.3% by default.

    Regards,
    Ismael

    #309266

    Thanks, yes I found this and resolved the problem

    Many thanks, Richard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘3 column portfolio grid’ is closed to new replies.