HOW DO I INCREASE MY CONTENT BOX

  • Unknown's avatar

    HOW DO I INCREASE MY CONTENT BOX, where my images and text are its too narrow! help please

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, McKinley, the theme you are using, has a maximum overall container width of 1000px and a content area of 700px maximum width. You can widen the content area out to about 900px by adjusting the max-width in the following. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .entry-content {
        max-width: 700px;
    }

    If you wanted to go farther, then the overall container would need to be widened as well with the following.

    .site {
        max-width: 1000px;
    }

    When you arrive at your chosen width, set the “Content Width” below the CSS edit window enter the same value you ended up with in the .entry-content rule above.

  • The topic ‘HOW DO I INCREASE MY CONTENT BOX’ is closed to new replies.