Plugin Author
Mike
(@mgsisk)
If you’re using Webcomic’s Integrate feature, you’ll need to add a little custom CSS to get it looking the way you like as the default integration templates are pretty generic. Try adding something like this to your theme’s style.css file (or the custom CSS area of the Customizer):
.integrated-webcomic nav,
.integrated-webcomic .webcomic-img {
text-align: center;
}
.integrated-webcomic nav a {
font-size: 300%;
}
Fixed! Thank you. Will save that tidbit of code in case an update of the theme erases it…