Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Image Padding

Home / Forums / Virtue Theme / Image Padding

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
  • This topic has 2 replies, 2 voices, and was last updated 10 years ago by AJ.
April 1, 2016 at 11:58 am

I’m trying to make images as exact as possible, from what they look like in the editor, to what appears on the website.

One issue I’m seeing, that is affecting the placement of images and objects around there, is the padding images receive.

Looking at Google Inspect Elements, I’m seeing the biggest culprit is this:

[class*=wp-image] {
display: block;
/* padding: 10px; */
margin: 0;
line-height: 20px;

Where the padding of 10px is a nuisance.

What do I need to add to the Advanced CSS in order to get rid of the padding? All the other settings seem fine, it’s just that padding I need be rid of. 🙂

  • The forum ‘Virtue Theme’ is closed to new topics and replies.