Home Forums WoodMart support forum changing position

changing position

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

    colorlink
    Participant

    hi!
    thank you for the great work which you have done to this theme.

    i have one question .. i need to change placement of these to the location shown in image
    can you kindly and please tell me how to do that .. please
    http://prntscr.com/ip94lo
    thanks

    #45097

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .product-image-summary .product-images .labels-rectangular {
        top: auto;
        left: auto;
        right: 0;
        bottom: 75px;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .product-image-summary .labels-rectangular .label-with-img {
    	margin-bottom: 0;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)