mgsisk / webcomic

Comic publishing power for the web. Turn your WordPress-powered site into a comic publishing platform with Webcomic.
http://wordpress.org/plugins/webcomic
GNU General Public License v2.0
110 stars 29 forks source link

No spacing between two media #349

Closed SD-Voyez closed 2 years ago

SD-Voyez commented 4 years ago

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 commented 3 years ago

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;
}