Viewing 1 replies (of 1 total)
  • Luis Sacristán

    (@displaynone)

    Hi

    The problem is that your content takes all the page width, you should add this CSS

    .site-inner {
    	max-width: 1170px;
    	margin: 0 auto;
    }

    Hope it helps you

Viewing 1 replies (of 1 total)
  • The topic ‘2 column, body text too far left’ is closed to new replies.