• Resolved laurymdragon

    (@laurymdragon)


    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

    (@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%;
    }
    
    Thread Starter laurymdragon

    (@laurymdragon)

    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.