CSS to Center Image
-
Hi, Can anyone please help me fill in the CSS below to center the image:
add_action('woocommerce_after_add_to_cart_button', 'add_content_on_add_to_cart_button'); function add_content_on_add_to_cart_button() { echo "<img src='image.png' width="70%" />"; }
TIA
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS to Center Image’ is closed to new replies.