Zero Margin on Product Image
-
I’m running a seat reservation plugin that’s embedded on my product page. The problem is, the product image has a right margin that’s making the product summary break to the other line.
I could identify the product image class and zero the margin so the product summary could go right back up; the problem is, I can’t identify which specific class I should zero the margin on the theme’s CSS. It seems to be a bunch of classes bundled together.
Here’s a picture of the product page. You can see the summary is down below the product image.
And here’s the div info using the inspection tool. You can see all the class names bundled under one div. And the margin highlighted in peach.
And here’s the product page right after I manually edit the margin to be zeroed. I need to edit the specific class in the child theme css to stop the product summary from breaking under.
- The topic ‘Zero Margin on Product Image’ is closed to new replies.