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

    Hi! :)

    I’ve been looking everywhere for a solution to this, and I cant find it. What I want to do is simply to change the way a single product page looks – specifically, the size of the main image (it needs to be big – I’ll be selling art and the picture needs to be full size or close), and the placement of the product info (preferably below the large main image).

    And I want to do it with coding. I have no knowledge of coding what so ever.

    I’ve tried changing pixel size under woocommerce – settings – products – display. No result, even when I regenerate thumbnails.
    I’ve looked all over for a plug-in that does it (preferably free, but not necessary), can’t find any.
    I’ve googled ad searched YT for hours, no solution.

    Any help would be highly appreciated! :)

    Regards / M

    #892234

    Hey magnusf2,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single-product-main-image {
        width: 50%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.