• Resolved nikkivo

    (@nikkivo)


    I would like to center the comic on the page with the nav buttons centered below it. My coding skills are very basic. I know how to edit the style.css file, but I don’t know how to actually get it to center. Please help.

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

    (@ardathksheyna)

    Without seeing what your site looks like, the best I can suggest is something like:

    .comic-navigation {
        margin: 10px auto;
        display: block;
    }
    
    Thread Starter nikkivo

    (@nikkivo)

    Hi

    I’ve got the site live now, could you please take a look at the comic layout for me and see if there’s a way for it to be centered in the page, along with the nav buttons?

    Latest Comic Page: https://www.sentaliohub.com/comic/
    Direct Comic Page: https://www.sentaliohub.com/comic/episode-1/

    Thanks!

    Plugin Author Jess

    (@ardathksheyna)

    Try using this: https://pastebin.com/azEnLUcH

    Just copy over the section of your style.css that starts at /* comic navigation */. This will center both the image and the navigation.

    Thread Starter nikkivo

    (@nikkivo)

    Thanks for the quick response!
    I tested it out and I think I see where the problem is. The content area seems to only be about as wide as the comic. I guess to have space for a sidebar. So it seems to be a theme issue.
    The nav buttons still don’t center, but that’s not a big deal I guess.

    Thread Starter nikkivo

    (@nikkivo)

    Wow, okay… I just had the feeling to tinker with sidebar widgets… And it worked! So it’s all centered now, thank you so much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comic and Nav Centering’ is closed to new replies.