• Resolved leonwilcox

    (@leonwilcox)


    Hi,

    Is there a way to edit the size of the images?

    Also, when I choose label, the text is bunched up. Is there a way to increase the text spacing?

    Thank you

    Leon

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nobel0

    (@dealshoptime)

    Hi,
    i have the same problem that the text is punching up, donno why, i tried so many times to style that but no specific code,,, waiting for the Dev to help us here…

    Regarding the sizing this is what i am using and it works just fine:

    /* For swatches sizing*/
    .tawcvs-swatches .swatch {
    	height:40px!important;
    	width:40px!important;
    }
    /* For swatches sizing but zoom when seleceted*/
    .tawcvs-swatches .swatch.selected {
    	height:42px!important;
    	width:42px!important;
    	box-shadow: none!important;
    }
    /* End of For swatches sizing*/

    The zoom code is the one when you choose the variation, it will change its size, you can delete that ofc..

    Good luck

    Also wondering about editing image size. We are using images and they are very, very small.

    @dealshoptime where did you place this code? We tried a couple of different spots, but it didn’t change the image sizes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘editing image size’ is closed to new replies.