Moving Paragraphs closer to Menu

  • Unknown's avatar

    I cannot figure out how to move the Paragraphs under each Menu title “up closer” to the top, thereby getting rid of the extra spaces. I am using the Twenty Eleven template.

    Your help would be appreciated. Thanks,

    Millgrove wood Products

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

  • Unknown's avatar

    I see that the titles are black. If you want the titles to show up, change their color:

    .singular .entry-title {
      color: white;
    }

    To hide the titles all together and shorten up the extra spacing above the content, use this CSS instead:

    .singular .entry-title {
      display: none;
    }
    .entry-content, .entry-summary {
      padding: 0;
    }
  • The topic ‘Moving Paragraphs closer to Menu’ is closed to new replies.