Home Forums WoodMart support forum Single product gallerry thumbnails size and orientation on right

Single product gallerry thumbnails size and orientation on right

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #615280

    gixstudioeu
    Participant

    Hi everyone, I have a question, I would like to have the thumbnails on the inside page of a single product, the gallery thumbnails to be displayed on the right instead of the left, and I would like to reduce the size of the thumbnails considerably in order to make the photo look visually larger.

    Attachments:
    You must be logged in to view attached files.
    #615282

    gixstudioeu
    Participant

    I try this code to add, but nothing worked 🙁

    @media only screen and (min-width: 990px) {
    
      .single-product-main-image {
          width: 55%; 
      }
      .single-product div.product .woocommerce-product-gallery .flex-viewport {
          margin-bottom: 20px;
          width: 70%;
          min-height: 312px;
      }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
          float: right;
          position: relative;
          top: -484px;
      }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
          width: 100%;
          float: right;
          display: block;
          margin-right: 0;
          clear: right;
      }
Viewing 2 posts - 1 through 2 (of 2 total)