How to adjust page width in pen news wordpress theme

The Pen News WordPress theme!

To adjust the page width in the Pen News theme, you can try the following methods:

Method 1: Using the Theme Options

  1. Log in to your WordPress dashboard and navigate to Appearance > Theme Options.
  2. Scroll down to the Layout section.
  3. Look for the Container Width option and adjust the value to your desired width (e.g., 1200px, 1000px, etc.).
  4. Click Save Changes to apply the changes.

Method 2: Using the Customizer

  1. Log in to your WordPress dashboard and navigate to Appearance > Customize.
  2. Click on the Layout tab.
  3. Look for the Container Width option and adjust the value to your desired width (e.g., 1200px, 1000px, etc.).
  4. Click Publish to apply the changes.

Method 3: Using CSS

  1. Log in to your WordPress dashboard and navigate to Appearance > Editor.

  2. Click on the style.css file to open it in the editor.

  3. Add the following code to the end of the file:

    body {
    max-width: [your desired width];
    margin: 0 auto;
    }

    Replace [your desired width] with the actual value you want to set (e.g., 1200px, 1000px, etc.).

  4. Click Update File to save the changes.

Method 4: Using a Page Builder

If you're using a page builder like Elementor, Beaver Builder, or Divi Builder, you can adjust the page width within the page builder settings.

For example, in Elementor, you can go to Settings > Layout and adjust the Container Width option.

Remember to clear your browser cache and refresh the page to see the changes take effect.