• Taking some time to build a child theme based on Toolbox. Working mostly on display issues. Things are going okay except I cannot get the page to center in the browser.

    http://www.worksurfacemedia.com/

    I went through every selector in the CSS.

    Am I looking in the wrong place?

    Thx!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter LouFuiano

    (@loufuiano)

    Yeah, no — All of those are active. I’ve been turning styles on and off throughout. Something pins it left. Even just working with a direct copy of the source, it won’t budge.

    Thread Starter LouFuiano

    (@loufuiano)

    Nevermind. I just changed the

    #page {
    width: 100%; }

    …A value that I put in.
    Instead, I set a pixel width and that centered the div.

    #page {
    width: 960px; }

    Only problem is that the header is also contained rather than filling the browser left and right. Still working, but thx.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering the toolbox theme’ is closed to new replies.