Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001980
    Samantha E
    Participant

    also on the mobile site the website looks completely smushed – absolutely terrible – can you look at it? The whole first three sections are smooshed together and you cannot see the navigation

    #1002499
    Rad
    Moderator

    Hi there,

    It’s due to this custom CSS,

    .x-container.main:before, .x-section {
      background: transparent!important;
    }
    

    Please change it into this

    .x-container.main:before  {
      background: transparent!important;
    }
    

    Parallax is normally disabled on mobile, but you may add this as well.

    @media (max-width: 979px) {
    .x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
        background-attachment: initial !important;
        background-position: top center !important;
        background-size: cover !important;
    }
    }

    Hope this helps.

    #1002779
    Samantha E
    Participant

    thank you that worked!

    #1002839
    Christopher
    Moderator

    Glad we could help you with this.

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