Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1105890
    Banmier
    Participant

    Hello,

    I’m curious, is it possible to set a site, using the Integrity stack, to display pages as having no container (like the “blank – No Container | Header, Footer” Template) when viewed on a mobile device while still maintaining the default container header, footer template when viewed on a computer?

    If not is it possible to change the Integrity stack to display post items in the “blank – No Container | Header, Footer” template style?

    Thanks for you help.

    #1106237
    Lely
    Moderator

    Hi There,

    Thanks for posting in.
    Changing template is possible but that would mean different content. If you just want to get rid of the container on mobile view, we can use CSS. Please share us the exact page URL so we can check. Just to be clear, you want this page to be fullwidth on mobile?

    #1106942
    Banmier
    Participant

    Here is an example link from my page:

    http://www.realestate360today.com/slideshow/55-love-lane/

    Yes I would like the site to be fullwidth on mobile.

    #1107056
    Joao
    Moderator

    Hi there,

    Please add the following code to Appereance > Customizer > Custom > CSS

    @media (max-width: 480px) {
    .x-container.offset {
    margin: 0;
    }
    .x-container.max {
        width: 100%;
    }
    }
    
    

    Hope it helps

    Joao

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