Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29339

    Is there a way to set a maximum width for the Ajax image list portfolio section (the area that pops up after you click a thumbnail that displays the image?).

    I would like to decrease the size by about 100px, because it’s displaying my portrait images way too big. It’s also making them blurry, which I don’t understand, because the width of the images is well above the 610px width area that they are filling.

    #140401

    Hey,

    You can add something like this on your custom.css or Quick CSS:

    .av_table_col.first.portfolio-preview-image {
    width: 56%;
    }

    Regards,

    Ismael

    #140402

    Thank you, that did the trick!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Set width of portfolio section’ is closed to new replies.