• Hey all! I’ve been troubleshooting this for hours and can’t seem to get it resolved.
    I’m trying to center all the pages of this website except for the “Home” page. I would like all other content and page titles to be centered. Can someone help with this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try to add following code in style.css

    .col-md-8 {
        width: 100% !important;
    }
    .container {
        margin: 0 auto !important;
        text-align: center !important;
        width: 100% !important;
    }

    Or add new template/ full width template for the single posts.

    Thread Starter chas0unique

    (@chas0unique)

    Awesome! That worked! Thank you very much!

    Welcome. ??

    Sandie

    (@sandiereedjewelry)

    I have tried many codes… please help me with centering the whole content / every page – I am using the comley theme if that makes any difference
    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center all pages except the "Home" page?’ is closed to new replies.