Viewing 3 replies - 1 through 3 (of 3 total)
  • etoilewebdesign

    (@etoilewebdesign)

    Hi Zindigo,

    Yes, this is possible using custom CSS. You would want to set a new width and height according to your desired size.

    For example, something like:
    .upcp-thumb-image {
    max-width: 200px !important;
    max-height: 200px;
    }

    Thread Starter zindigo boutique

    (@zindigo-boutique)

    Ok, I have added this however now the text description is onto of the image. How do I lower the text?

    You could try changing the padding, something like:

    .upcp-thumb-title {
      min-height: 25px;
      padding-top: 50px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘thumbnails’ is closed to new replies.