Patch Theme gallery in posts

  • Unknown's avatar

    I am looking to make all galleries in posts larger in the Patch Theme, any way to do this in CSS?

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

  • Unknown's avatar

    Give this a try and see what you think. It increases the content area, and size of the gallery by 100px.

    .single .hentry, .single .comments-area, .single .nocomments, .single #respond.comment-respond, .page:not(.entry-card) .hentry, .page:not(.entry-card) .comments-area, .page:not(.entry-card) .nocomments, .page:not(.entry-card) #respond.comment-respond, .attachment-navigation, .nav-links {
        max-width: 720px;
    }
    .single .site-main, .page:not(.entry-card) .site-main, .no-posts .site-main {
        padding-right: 0;
    }

    We can go wider, but then readability will suffer on posts with text content.

  • Unknown's avatar

    Thanks! and nice hat! Readability isn’t a factor- mostly image posts

  • Unknown's avatar

    Thanks on the hat, and you are welcome.

  • The topic ‘Patch Theme gallery in posts’ is closed to new replies.