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

Navigation widget #241

Closed VideoTree closed 9 years ago

VideoTree commented 9 years ago

Apologies for the question.

I am trying to make custom buttons for navigation in my site, I remember that it used to be different in the previous version and that you could just upload them in the customizer. I tried using the widgets for this in the webcomic navigation part but when I uploaded the images by the time I was done with it all of them were small and also everything was aligned left. How could I fix this?

Thank you, have a nice day

Mihari commented 9 years ago

Applying these CSS edits in the Sytlesheet section of the customizer will correct the issue:

.post-webcomic nav { text-align: center; }
.post-webcomic nav a { float: none; }
VideoTree commented 9 years ago

That fixed it, thank you.

Mihari commented 9 years ago

Most welcome, glad to be of help! :3

mgsisk commented 9 years ago

Thanks @Mihari; closing this issue.