Reducing photo box in Portfolio pages

  • Unknown's avatar

    Is it possible to reduce the height of the gray box on our portfolio “biography” pages? (We opted out of using a photo in this area using this CSS code: .single-jetpack-portfolio #primary-header {
    background-image: none !important;
    })

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

  • It is possible to change the height of that element by adding another parameter to your CSS like this:

    .single-jetpack-portfolio #primary-header {
    	background-image: none !important;
    	height: auto;
    }
  • The topic ‘Reducing photo box in Portfolio pages’ is closed to new replies.