Support » Themes and Templates » Changing the max-width of the text in the body

  • Hi,
    I would like to change the width of the content of this site: http://www.effectivelanguagelearning.com/language-guide/spanish/ that it’s about the same size or less as the navigation bar.
    I have already found the max-width in the style.css. Changing this also effects the header with the search box, but I only want to change the content part of the site and leave the header the way it is.
    Is there any other way to change just the text block and leaving the header alone?

    .block-content{
      width: 100% !important;
      width: 960px; /* for ie 6 */
      min-width: 780px;
      max-width: 1200px;
      margin: 0 auto;
      display: block;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the max-width of the text in the body’ is closed to new replies.