/* For Desktop */
@media only screen and (max-width: 1920px) and (min-width: 990px) { html body .default-style .portfolio-items .col.elastic-portfolio-item { width: 47.6%!important; }
}
/* Mobile and Tablet size */
@media only screen and (min-width: 1000px) { html body .default-style .portfolio-items .col.elastic-portfolio-item { width: 47.6%!important; }
}
But it didn't seem to do anything. Do I have to have the child theme installed?
ok, yep i think i that's fixed it. is there anyway to stop this white space on the right happening when using masonry when the browser is at certain sizes?
Hi,
How do I go about making a 2 column portfolio?
I tried pasting this into the custom css:
But it didn't seem to do anything. Do I have to have the child theme installed?
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hi,
this page:
http://www.martinstacey.co.uk/work/
Basically, i want there to be 2 projects per line, so much bigger.
thanks!
Hey Again,
Try using the Masonry Options: http://themenectar.com/docs/salient/theme-options/portfolio/#masonry-item-sizing .
Best
ThemeNectar Support Team
ok, yep i think i that's fixed it. is there anyway to stop this white space on the right happening when using masonry when the browser is at certain sizes?
Hey Again,
No i am afraid there is no such option available at the moment.
Best
ThemeNectar Support Team
Oh ok, thanks.
Out of interest why doesn't that happen on pages like this:
http://themenectar.com/demo/salient-photography/
Is it because the first pictures are portrait rather than landscape?
I think i did it, I turned on the "Constrain Max Columns to 4" button, and that's got rid of the white space.
Thats the Gallery Grid Option : http://themenectar.com/docs/salient/galleries/ .
Best
ThemeNectar Support Team