Home › Forums › Support › How to move Product Image to the right a little bit? This topic has 8 replies, 3 voices, and was last updated 6 years, 10 months ago by David. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts November 20, 2018 at 7:04 pm #732876 bluebit How can I add .5 left padding to the main product image on the product page? I want the image moved slightly to the right. See link below. Also on the bottom of the product page how to add .5 left padding to the title: Similar Images November 20, 2018 at 7:29 pm #732888 bluebit And i need the css code to change the left and right padding for only the product pages, not the entire website November 20, 2018 at 10:23 pm #732950 TomLead Developer Lead Developer Hi there, You could try this: .woocommerce-product-gallery { padding-left: 5px; box-sizing: border-box; } .related.products h2 { padding-left: 5px; } November 20, 2018 at 11:16 pm #732974 bluebit that worked but do you know how i can add padding to left and right side of only the woocommerce product pages? November 21, 2018 at 5:31 am #733240 DavidStaff Customer Support Hi there, try this CSS: .single-product .grid-parent, .woocommerce-cart .grid-parent, .woocommerce-checkout .grid-parent { padding-left: 40px; padding-right: 40px; } November 21, 2018 at 5:41 am #733249 bluebit sweet that code works, and what’s the css code for changing the left and right padding on only the woocommerce cart and checkout page? November 21, 2018 at 5:51 am #733255 DavidStaff Customer Support I edited the code above to include them in the one rule for consistency. November 21, 2018 at 5:45 pm #733978 bluebit thanks November 22, 2018 at 4:14 am #734287 DavidStaff Customer Support Glad we could help Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In