Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #797019

    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

    #797796

    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?

    • This reply was modified 7 years, 2 months ago by 1lizcollins.
    #799308

    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

    #804035

    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!

    #804265

    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

    #808400

    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?

    #809604

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.