• Resolved RF9series2

    (@rf9series2)


    I tried looking around for this but could not find an exact solution.
    My site is https://www.stuntsproductions.com, it’s just getting started and has current versions of WordPress/ComicPress with a Comic Easel install.

    Somehow while working on setting it up I did something that knocked the page/comment frames off centered.

    Also, the menu and the frame that surrounds the comic are expanding to the size of the browser.

    How do I center the page/comment frame and fix the menu/comic frame to match the size of my comic?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Frumph

    (@frumph)

    #menubar-wrapper { width: ???px; margin: 0 auto; }

    replace ??? with the width you want

    page comment frame? that would be #content-column {} but you would need to #sidebar-left, #sidebar-right { display: hidden; } so they are not visible to properly do that one

    Thread Starter RF9series2

    (@rf9series2)

    Awesome, thank you for pointing me in the right direction. After correcting the #menubar-wrapper it kept pushing right, but I then corrected the width and margin of the scheme and it centered the page after that.

    Thank you again for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Size/ Centering’ is closed to new replies.