Title: Modifying display
Last modified: April 18, 2017

---

# Modifying display

 *  Resolved [laurymdragon](https://wordpress.org/support/users/laurymdragon/)
 * (@laurymdragon)
 * [9 years ago](https://wordpress.org/support/topic/modifying-display-2/)
 * I’d like the comic to be displayed in the center of the page (default is appearing
   on the left) and to modify the size of the navigation links («‹∞›») as they are
   FAR too small.
 * I had previously arranged that on my own by modifying code, but updated the plugin
   and now it’s lost and I can’t find how I’ve done it. It would be a great advantage
   if that could eventually be easily customizable.
 * I use the Parallax theme by Cyberchimp.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Mike](https://wordpress.org/support/users/mgsisk/)
 * (@mgsisk)
 * [9 years ago](https://wordpress.org/support/topic/modifying-display-2/#post-9048987)
 * 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%;
       }
       ```
   
 *  Thread Starter [laurymdragon](https://wordpress.org/support/users/laurymdragon/)
 * (@laurymdragon)
 * [9 years ago](https://wordpress.org/support/topic/modifying-display-2/#post-9049009)
 * Fixed! Thank you. Will save that tidbit of code in case an update of the theme
   erases it…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Modifying display’ is closed to new replies.

 * ![](https://ps.w.org/webcomic/assets/icon.svg?rev=1810569)
 * [Webcomic](https://wordpress.org/plugins/webcomic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/webcomic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/webcomic/)
 * [Active Topics](https://wordpress.org/support/plugin/webcomic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/webcomic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/webcomic/reviews/)

## Tags

 * [display](https://wordpress.org/support/topic-tag/display/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 2 replies
 * 2 participants
 * Last reply from: [laurymdragon](https://wordpress.org/support/users/laurymdragon/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/modifying-display-2/#post-9049009)
 * Status: resolved