Viewing 1 replies (of 1 total)
  • We’re going to add the following code to your CSS (style.css) Child Theme file after the @import rule.

    .page .entry { // This is where your content is resting
    margin: 0 auto; // This tells your Entry to center off
    width: 468px; // You can adjust the width to your specs
    }

    This is only a suggestion, but I hope it helps

Viewing 1 replies (of 1 total)

The topic ‘How to decrease content width?’ is closed to new replies.