Home › Forums › Basel support forum › Css for product page Css for product page This topic has 3 replies, 2 voices, and was last updated 7 years ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 19, 2018 at 10:08 am #77927 FelixwebsimpleParticipant Could you please provide me the css needed to customize the width of the image and the product description? Thank you September 19, 2018 at 11:54 am #77944 Elise NoromitMember Hello, In order to сonfigure image and description, navigate to the Theme settings > Product page and set the size http://prntscr.com/kw71gs In addition, you can set the size of the image in Appearance > Customize > Woocommerce > Product Image Best Regards September 19, 2018 at 2:54 pm #77989 FelixwebsimpleParticipant Yes I know these settings, your default theme settings are 50%+50% and 66%+33% I need it to be 60%+40% That’s why I asked in the first place. I tried some css but do not seem to be working, that’s why I am asking here. Thank you September 19, 2018 at 6:44 pm #78029 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS> Desctop .single-product-page .product-images.col-sm-8 { width: 60%; } .single-product-page .entry-summary.col-sm-4 { width: 40%; } Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register