Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No spacing between two media #349

Closed
SD-Voyez opened this issue Jul 30, 2020 · 1 comment
Closed

No spacing between two media #349

SD-Voyez opened this issue Jul 30, 2020 · 1 comment

Comments

@SD-Voyez
Copy link

Hi,

This plugin is really great but i would like that there is no space between two visuals, but I do not see any padding or margin, how can I solve the problem ?

Exemple here : https://www.dede-tattoo.com/gags/rencontre-du-3eme-type/

image

Thank you !

@sailorptah
Copy link

Answered this on Discord, but I figured I'd copy it here for anybody who finds this thread on google...

It's the kind of edit you make with a child theme:
https://www.hostinger.com/tutorials/how-to-create-wordpress-child-theme

And here's the CSS to add (make the number bigger or smaller to get the amount of spacing you want, decimals are fine):

.webcomic-image img {
    padding-bottom: 1em;
}

@mgsisk mgsisk closed this as completed Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants