Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #994853
    Ryanbrown1987
    Participant

    Hello 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.)

    #994957
    Rupok
    Member

    Hi 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!

    #995154
    Ryanbrown1987
    Participant

    Hi 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!

    #995208
    Christopher
    Moderator

    Hi there,

    Please add this too :

    .single-post .x-container.max p {
        width: 78%;
        margin: 0 auto;
    }

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-994853 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>