CSS location for inline photo padding (bottom)

Posted in: Newspaper
Post count: 20

I was hoping to adjust the bottom padding for inline images in Newspaper 7. Could you point me to the CSS codespec or line that refers to this, if it exists. I have already tried adding my own custom class with no success and even a style attribute directly in the WordPress image code . How would you go about adjusting the bottom padding for inline images in the CSS?

Thanks.

Post count: 22421

Hello,

It is best to add a custom class to your images in the tiny mce editor in text mode. You will need basic html skills for this.
And then target your custom class with css and ad a padding-botom:30px; for example.
Here is a practical example:

https://www.screencast.com/t/appyg1yqBSZ

Then use this custom css code in the theme panel-> custom css box:

.paddingimage{
padding-bottom:30px;
}

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.