Changing Gallery Dimensions

  • Unknown's avatar

    Hi,

    I’m a big fan of the tiled mosaic galleries, but I’ve just started a new site with the Blask theme and feel like the gallery is very small on the page. Is there a way to allow for the gallery and pictures themselves to take up more space on the page? Other responses on similar issues refer to a Settings > Media option but I’m not seeing that in my settings. Thank you!

    Angela

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

  • Unknown's avatar

    Hi there, I see you have changed from having the galleries in posts to using the Portfolio feature, which has a different layout. We can widen things to nearly the full width of the white content area by adding this at Customize > CSS and then in the Media Width field below the CSS entry area, enter 1200 for the Media Width.

    .archive.tax-jetpack-portfolio-type .entry-header {
      width: 100%;
    }
    .archive.tax-jetpack-portfolio-type .entry-content {
      width: 100%;
    }
    .archive.tax-jetpack-portfolio-type .entry-content .gallery-row {
      width: 100% !important;
    }
  • The topic ‘Changing Gallery Dimensions’ is closed to new replies.