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

increase size of nav bar & change page order #261

Closed cartoonjazz closed 6 years ago

cartoonjazz commented 8 years ago

Hi I'm using "Portfolio Gallery" Theme. Everything looks great except the nav bar is tiny . I would like to have it look the way it looks in inkblot. Can you provide some help re editing this theme? an example is at http://www.variouscomics.com/a-viikings-story/a-vikings-story/

Also after pages have been assigned through the webcomic generator how do you change their order in the webcomic? https://wordpress.org/plugins/webcomic/

ykyu commented 8 years ago

Your navbar actually looks pretty huge to me? However, you can adjust the font size in the nav bar via your CSS by adding font-size: 35px or whatever value you'd like, to .banner nav a, like so:

.banner nav a
{
color: #767676;
display: block;
line-height: 2.4;
padding: 0 1rem;
white-space: pre;
font-size: 35px;
}

You should be able to change the order of webcomics in a collection by editing the publication date of individual webcomics.