Tagged: portfolio grid
Hello!
On my portfolio page it is all right with the grid – there are 4 rows: http://www.zink.by/portfolio/
But on the same single page, at the botton, all is wrong(3 rows, size of previews is not 200×200): http://www.zink.by/?post_type=portfolio&p=2170&preview=true
I added the following Quick CSS code(cos all prew imgs must be 200×200 px always):
#top.page .inner-entry {
width: 200px;
height: 255px;
margin: 0px auto 27px;
text-align:center;
}
#top.archive .inner-entry {
width: 200px;
height: 255px;
margin: 0px auto 27px;
text-align:center;
}
How can I make it to be 4 rows in grid on every page with 200×200 prews?
Thank you!
Hi Vital!
You can add this one. Specify the min and max height of the grid preview images:
.grid-image img {
width: 100%;
display: block;
max-height: 200px;
min-height: 200px;
}
Best regards,
Ismael
Thank you Ismael, but it did not help: http://www.zink.by/?post_type=portfolio&p=2170&preview=true
Hi!
We can’t view the preview page – please publish the post.
Regards,
Peter
Sorry, here it is: http://www.zink.by/portfolio-item/testpage/
Hey!
That single page is using a completely different layout than the one generated by the portfolio grid element. You could clear out the elements on the single page and then add in columns and images to give a similar effect or even try out one of the other gallery elements from the demo: http://kriesi.at/themes/enfold/shortcodes/gallery/
Cheers!
Devin
Ismael, Dude, Devin thank you for the quick support. The problem was in wrong settings made by my colleague.
Setting shoud be following
Very sorry to trouble!
Hi!
No problem :)
Best regards,
Peter