• Resolved glennsak

    (@glennsak)


    I have the Basic Maths theme by Khoi Vinh. I want to have the theme float in the center as opposed to the left justify that is built into the code. Can anyone help guide me through the CSS on this?

    Much appreciated!

    https://www.liquidsaltmag.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try editing style.css and changing:

    #wrapper {
    font-size:12px;
    margin:10px 0 0 10px;
    width:1014px;
    z-index:2;
    }

    to

    #wrapper {
    font-size:12px;
    margin:10px auto 0;
    width:1014px;
    z-index:2;
    }

    Thread Starter glennsak

    (@glennsak)

    Esmi

    Thank you so much! It worked like a charm. So stoked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I center my theme?’ is closed to new replies.