Home Forums WoodMart support forum regarding edit on single product page Reply To: regarding edit on single product page

#434458

Hello,

Sorry to say but it seems that you haven’t read our last response carefully.

You had asked for if you can move the mentioned Items on the shared Image to a certain place on the Single Product page. So, we have responded accordingly that using the Theme’s layout builder you will be able to do that i.e. move items to a certain place because the default Single Product page layout comes from the WooCommerce end and it isn’t editable with the page builders plugins like Elementor or WPBakery. So moving any items on that requires Custom CSS to try out but that wouldn’t always be correctly possible because every element on the Single Product page is set to a certain width and margins that trying CSS might cause the layout to mess up that’s why the Custom Single Product layout creation was suggested in this regard.

Although, you can try out the following Custom CSS on your Site (if it works out for you) to move the Add to wishlist button inline on the mentioned location:

.vc_custom_1648125986734 { width: auto !important; }
.wd-rs-635b657f12f49 { width: 60% !important; }

Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.

Best Regards