Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #869392
    isearchlocal
    Participant

    hi guys, just updated to the latest version.

    I was using this CSS:

    @media (max-width: 480px){
    body .x-column {
    padding-left:5px !important;
    padding-right:5px !important;
    }
    body .site {
    width:99%;
    }
    }

    to make the mobile version of my site wider.

    since updating it has stopped working?

    any ideas please.

    #869754
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thank you.

    #870749
    isearchlocal
    Participant
    This reply has been marked as private.
    #871137
    Paul R
    Moderator

    Hi,

    You can add this under Custom > CSS in the Customizer.

    
    @media (max-width: 480px) {
       .x-section .x-container {
             width: 100% !important;
       }
    }
    

    Hope that helps.

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