Tagged: manual, Portfolio, thumbnail size
Hi there,
I need to adjust down the size of portfolio thumbnails in several, but not all, my portfolio categories. I see the manual sizing setting, but it didn’t change the sizing of the thumbnail (link below). Any ideas?
Hey 1lizcollins,
I’m not sure that I’m familiar with that setting, where was it? I’m also not sure which thumbnails on that page you want to reduce or to what size. I may be able to help with some code.
Best regards,
Mike
Hi Mike,
There is a manual image size setting in the portfolio element. See this screenshot below
As you can see, I’d like to see the portfolio render as square images, sized 180×180 pixels. However, when I select this setting, nothing changes on the front end of the site. Ideas?
Hi,
Try this code in the General Styling > Quick CSS field:
#top .post-entry-21 .grid-image img {
width: 180px!important; }
#top .post-entry-21 .no_margin.av_one_fifth {
width: 180px!important; }
Best regards,
Mike
Thanks Mike. That’s definitely moving in the right direction. I want the thumbnails evenly spaced, but at present they’re aligned to the left of the page. Can you distribute them evenly in their container? Thank you!
Hi,
hum, they look even to me, see link in Private Content area, can you add a screenshot of what you see?
Best regards,
Mike
Hi Mike,
Take a look at the second row, where it becomes more apparent. Instead of being distributed in the available space, they are left justified. Can you help me evenly space these?
Hi,
Please try
#top .post-entry-21 .no_margin.av_one_fifth {
margin: 0 auto!important;
}
and let us know if that works
Best regards,
Basilis