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
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
Thanks, yes I found this and resolved the problem
Many thanks, Richard