Tagged: x
-
AuthorPosts
-
April 13, 2016 at 10:55 am #880278
pixelsandfretsParticipantURL: http://friends.church/media/work-matters/
I’m trying to make my portfolio item pages a blank slate. I’ve pieced together a bunch of CSS that I’ve found in different posts and I’m close…I just can’t figure out how to get rid of the extra space at the top. I’d also like to have the page fullwidth. Any ideas? Here’s the CSS that I’ve cobbled together so far:
/* customize single portfolio */ .x-portfolio .entry-info { width: 100%; } h1.entry-title.entry-title-portfolio { display: none; } .single-x-portfolio .x-landmark { display: none; } .single-x-portfolio .x-breadcrumbs-wrap { text-align: left; } .single-x-portfolio .entry-featured { display: none; } .p-meta span:first-of-type, .p-meta span:nth-of-type(2) { display: none; } .single-x-portfolio .x-header-landmark { display: none; } .page-template-template-layout-portfolio .h-landmark.entry-title { text-align: center; } .page-template-template-layout-portfolio .x-landmark { width: 100%; float: none; padding: 0; }April 13, 2016 at 8:00 pm #881198
DarshanaModeratorHi there,
Try adding the following CSS rules also.
.single-x-portfolio .x-container.offset { margin: 0 auto; } .single-x-portfolio .entry-header { margin-top: 0; } .single-x-portfolio .entry-content { margin-top: 0; } .single-x-portfolio .x-section { padding: 0 !important; }Hope that helps.
April 14, 2016 at 8:21 am #882190
pixelsandfretsParticipantThanks! This has removed the white space under the nav. Is there any way to make that top image fullwidth? I made sure my margin and padding were 0 and that it is a marginless column.
April 14, 2016 at 4:38 pm #883152
FriechModeratorHi There,
You can add this under Custom > CSS in the Customizer.
.single-x-portfolio .x-container.offset { max-width: none; width: 100%; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-880278 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
