• Resolved stackjokes

    (@stackjokes)


    I went to Manga+Press Options >> Navigation Options, I followed to instructions of copying the /* comic navigation */ code into the style.css of my theme, but nothing seemed to change. Also, no matter what I try, I can’t change the style.css of my theme to have centered navigation. Please help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jess

    (@ardathksheyna)

    You still have the Default CSS option enabled. Change that option to Custom CSS, then try adding the following code-block to your style.css file. This should center your navigation:

    
    /* comic navigation */
    .comic-nav-hlist-wrapper {
        text-align: center;
        font-size: 0; /* fixes inline-block spacing issues */
        margin: 5px 0 10px 0;
        padding: 0;
        clear: both;
        float: none;
    }
     
    .comic-nav-hlist {
        font-size: 16px;
        list-style: none;
    }
     
    .comic-nav-hlist > li {
        display: inline-block;
        margin-right: 10px;
    }
    
    • This reply was modified 7 years, 3 months ago by Jess.
    • This reply was modified 7 years, 3 months ago by Jess. Reason: additional verbiage
    Plugin Author Jess

    (@ardathksheyna)

    Also, nice comic ??

    Thread Starter stackjokes

    (@stackjokes)

    Worked like a charm, thank you so much for the coding and the compliments!

    • This reply was modified 7 years, 3 months ago by stackjokes.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation’ is closed to new replies.