Tagged: x
-
AuthorPosts
-
May 16, 2016 at 10:12 pm #994853
Ryanbrown1987ParticipantHello X team!
Can you please help me figure out how to make an image in a post full width no container? I went through cornerstone on this post (https://www.lostboymemoirs.com/myanmar-photos/) and chose full width no container for the section/row/column but it won’t make it no container. I’d really like to have a parallax header in each post no container and that seems possible if I do a PAGE, but I want to do this in a POST.
Thank you!
(p.s. if there is a way to display featured images as parallax I’m fine with that, but currently I have featured images disabled for display on posts so I can try to make the full width header.)
May 17, 2016 at 12:26 am #994957
RupokMemberHi there,
You can set page template for post as it’s not a feature of WordPress. However you can achieve the no container template effect for single with custom CSS.
.single-post .x-container.max { max-width: 100%; width: 100%; }You need to set padding for the other section that contains the content.
Hope this helps.
Cheers!
May 17, 2016 at 4:43 am #995154
Ryanbrown1987ParticipantHi team,
Thanks for this. Will this do that to every image on the blog, or is there a custom style/css I can use in particular cases for photos or containers in cornerstone?Example: I want to have a full width no container image at the top of every post, preferably parallax, to act as an interesting header. But the other images in the article can be contained by my site’s max width specified in Customizer.
Thanks!
May 17, 2016 at 5:45 am #995208
ChristopherModeratorHi there,
Please add this too :
.single-post .x-container.max p { width: 78%; margin: 0 auto; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-994853 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
