Viewing 21 post (of 21 total)
  • Author
    Posts
  • #98344
    Mahesh
    Keymaster

    @imboliboli: Add the following CSS in your Custom CSS:

    @media screen and (min-width: 768px){
        .postid-196.woocommerce #content div.product div.summary {
    	width: 66%;
        }
        .postid-196.woocommerce #content div.product div.images {
    	width: 30%;
        }
    }

    Note: This is for camera-lens-mug page only. If you want it in other pages too, remove the preceding .postid-196 in the above code.

    Regards,
    Mahesh

Viewing 21 post (of 21 total)
  • The topic ‘Questions regarding thumbnails’ is closed to new replies.