Title: Customizing navigation buttons
Last modified: February 4, 2018

---

# Customizing navigation buttons

 *  Resolved [spacedewey](https://wordpress.org/support/users/spacedewey/)
 * (@spacedewey)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/customizing-navigation-buttons/)
 * Hello! I’m a big fan of Webcomic, been using it for a few years. The latest version
   seems to add some great new features. However, I can’t get my site back to normal
   since updating. In previous versions, I’d edited the loop_start.php file to change
   the nav buttons to text that said “First, Previous, Next, and Latest” instead
   of arrows and hide the random icon. Since the new update, though, loop_start.
   php doesn’t seem to exist? And the nav buttons are not only back to being symbols,
   but they’re so big 2 of them are going right off the screen, and the negative
   space around them is also huge. Any help in getting things back to normal would
   be most appreciated.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomizing-navigation-buttons%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [spacedewey](https://wordpress.org/support/users/spacedewey/)
 * (@spacedewey)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/customizing-navigation-buttons/#post-9936847)
 * Ah! I found the new widget options for this. Wow, you’ve really added some impressive
   new stuff to this plugin. The First and Latest links run off the screen on mobile.
   The text and space below it are still pretty huge, though. Would it be my theme
   or Webcomic causing that? I have this in the Custom CSS section:
 * .integrated-webcomic nav a {
    font-size: 100%; line-height: 1; }
 * I’ve tried changing the percentages, but it has no effect.
    -  This reply was modified 8 years, 4 months ago by [spacedewey](https://wordpress.org/support/users/spacedewey/).
 *  Plugin Author [Mike](https://wordpress.org/support/users/mgsisk/)
 * (@mgsisk)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/customizing-navigation-buttons/#post-9936943)
 * Apologies for the trouble [@spacedewey](https://wordpress.org/support/users/spacedewey/);
   I”m glad you’re liking some of the new features, though! Try changing the CSS
   to this:
 *     ```
       .widget-area.webcomic-navigation a {
         font-size: 100%;
         line-height: 1;
       }
       ```
   
 * I think that will get the effect you’re looking for.
    -  This reply was modified 8 years, 4 months ago by [Mike](https://wordpress.org/support/users/mgsisk/).
 *  Thread Starter [spacedewey](https://wordpress.org/support/users/spacedewey/)
 * (@spacedewey)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/customizing-navigation-buttons/#post-9936998)
 * Thank you for your quick reply! That reduced the size of the text, perfect. But
   there’s still a pretty big gap between the navigation and the image. Is there
   somewhere I can tweak this also?
 *  Plugin Author [Mike](https://wordpress.org/support/users/mgsisk/)
 * (@mgsisk)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/customizing-navigation-buttons/#post-9937073)
 * Try:
 *     ```
       .widget-area.webcomic-navigation .widget {
         margin: 0;
       }
       ```
   
 * If that’s not enough, try adding `padding: 0;` to that block as well (though 
   you probably want a little padding; might need to play around with the values).
 *  Thread Starter [spacedewey](https://wordpress.org/support/users/spacedewey/)
 * (@spacedewey)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/customizing-navigation-buttons/#post-9937160)
 * Thanks, Mike! That’s looking much better. Thank you for all your hard work on
   this plugin. It’s easily the best option out there for running a webcomic.
 *  Plugin Author [Mike](https://wordpress.org/support/users/mgsisk/)
 * (@mgsisk)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/customizing-navigation-buttons/#post-9937197)
 * Thanks @spacedway, glad I could help!

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

The topic ‘Customizing navigation buttons’ 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/)

 * 6 replies
 * 2 participants
 * Last reply from: [Mike](https://wordpress.org/support/users/mgsisk/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/customizing-navigation-buttons/#post-9937197)
 * Status: resolved