Patch Theme gallery in posts
-
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)
-
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.
-
-
- The topic ‘Patch Theme gallery in posts’ is closed to new replies.