Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1093909
    fabipaolini
    Participant

    Hi guys!
    Wanted to know, how do I remove the border in the Media version of this site?
    http://lovefullife.com/

    I want the width to be complete, don’t need the background image of the dots to show up in the mobile version, it makes it harder to read..
    thanks!

    #1093919
    Joao
    Moderator

    Hi There,

    What you mean by media version?

    Would you like the website to be boxed on desktop but full-width on mobile?

    Let us know more details.

    Thanks

    Joao

    #1097497
    fabipaolini
    Participant

    Yes. That’s what I meant. Boxed on desktop but full-width on mobile
    thanks!
    fabi

    #1097545
    Joao
    Moderator

    Hi Fabi,

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

    @media (max-width 769px) {
    .x-boxed-layout-active .site {
    margin: 0 !important;
    width: 100% !important;
    }
    }

    Hope that helps

    Joao

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