Tagged: manual, Portfolio, thumbnail size
-
AuthorPosts
-
May 19, 2017 at 2:55 pm #796597
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?
May 20, 2017 at 3:37 pm #797019Hey 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,
MikeMay 22, 2017 at 5:19 pm #797796Hi 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?
-
This reply was modified 8 years, 5 months ago by
1lizcollins.
May 25, 2017 at 2:38 am #799308Hi,
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,
MikeJune 5, 2017 at 4:49 pm #804035Thanks 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!
June 6, 2017 at 3:19 am #804265Hi,
hum, they look even to me, see link in Private Content area, can you add a screenshot of what you see?Best regards,
MikeJune 15, 2017 at 6:11 am #808400Hi 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?
June 18, 2017 at 9:22 pm #809604Hi,
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 -
This reply was modified 8 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
