Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1099532
    yhshin1020
    Participant

    Hey,

    I have a problem with containers on my website.

    So i want it so that the content band background stretches full width but the text within it stays within a container, so i’ve enable “inner container” in the content band option.

    However, when i make the screen smaller, the right side of the paragraph touches the far right of the screen. I want it such that the text doesnt touch either of the screen across all devices. So a constant margin on left and right of the text.

    IS this possible?

    Thanks

    #1099535
    yhshin1020
    Participant
    This reply has been marked as private.
    #1099628
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue where in the text doesnt touch either of the screen across all devices, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(max-width: 979px){
        .x-content-band.marginless-columns .x-container {
            width: 88%;
        }
    }

    Hope this helps.

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