• Would like to reduce the thumbnail size in the Gallery Section of a page. What is CSS code to add to make thumbnails 50% of theme settings?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author pacethemes

    (@pacethemes)

    Below is the CSS, change the max-width to your desired width

    .quest-gallery .quest-gallery-thumb img {
        max-width: 272px;
    }
    Thread Starter WanderlustWomen

    (@wanderlustwomen)

    Thanks. I added this to the section CSS and to each image CSS. I reduced to 160px just to try and nothing happened.
    Where should I place the code exactly?

    Theme Author pacethemes

    (@pacethemes)

    I am not sure how you added this to section CSS or each image, you only have to put this custom CSS either in a child theme style.css file or you have to edit the existing theme style.css file and put this at the bottom

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘GalleryThumbnail ReSize’ is closed to new replies.