Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1244236
    robotpants
    Participant

    Hmm that pushed everything out (text and media) when I was just hoping to push the media full width. It also pushed the text further than the media which was the opposite. :/ Thoughts?

    I left the code on the live site to check out.

    #1244667
    Rue Nel
    Moderator

    Hello There,

    Sorry if it did not resolve the issue. Please remove the custom css block first:

    @media (max-width: 769px) {
    .x-container.max {
        width: 93%;
    }
    }

    You need to replace it and make use of this code instead:

    @media (max-width: 979px){
      .entry-featured {
        margin-left: -7%;
        margin-right: -7%;
        padding: 0;
    
      }
    }

    You will have something like this:

    We would loved to know if this has work for you. Thank you.

    #1248288
    robotpants
    Participant

    This worked PERFECTLY for the blog list! 🙂 Is there any way the same effect can be applied to the blog post?

    #1248335
    Christopher
    Moderator

    Hi there,

    Please remove this code to display full width featured image :

    .single-post .entry-featured {
        display: none;
    }

    Hope it helps.

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