• Jon

    (@jonpaulwade)


    Hi

    I am using the cutline-3-column-split-11 theme, and I cannot get the content aligned to the center of the page. I have added my own header, and that is OK, but the content is left. I have tried changing various “text-align: left;” to “text-align: center;” but with no luck. Any suggestions?

    My page: https://www.motleyhealth.com/articles/

    My CSS:

    [Moderated: Too much code. Please consider placing the code in a text file on your site with a link here -or- use a pastebin service such as https://wordpress.pastebin.ca. Thanks!]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jon

    (@jonpaulwade)

    OK, here is the CSS in a text file:

    https://www.motleyhealth.com/articles/style.txt

    Many thanks in advance to anyone that can fix it!

    Cheers

    Jon.

    i had that problem… this isn’t the solution you may have in mind, but you can add a “position: relative; left: 12px; ” to your #content block:

    #content { width: 480px; padding: 0 0 0 15px; float: left; }

    so that it looks like this:

    #content { width: 480px; padding: 0 0 0 15px; float: left; position: relative; left: 12px; }

    but change that left: 12px to whatever number makes it line up the way you like. 12 pixels happens to center my site but yours might be different.

    good luck!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cutline-3-column-split-11: I want to align center of page’ is closed to new replies.