Woocommerce Single post view customization
-
Hi dear all!
I need to fix an issue with post layout of [add_to_cart id=””] shortcode of Woocommerce
Please see the screen:
– I need delete border
– I need move Add to cart button to right border of the post
– I need to move Price right to Add to cart button
link to image: here
link to post: hereI’m kind of new to coding, can anyone help with code to custom.css file?
Thanks in advancePS
Firebug manual changingelement.style {
border: 4px solid #CCCCCC;
padding: 12px;to
element.style {
border: 0px solid #CCCCCC;
padding: 0px;Hides border but how can I move everything to right boarder of the post ?
The topic ‘Woocommerce Single post view customization’ is closed to new replies.