Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1320428
    gobeyondesign
    Participant

    polaris.dance

    I have used css code to remove the white border on the footer, but when I view the site in mobile and tablet view – it shows up. How do I fix this please?

    Thanks for your help!

    #1320788
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media (max-width: 767px){
      .page-id-4 #x-content-band-6.x-content-band.marginless-columns .x-container .x-column[class*="x-"] {
        display: block;
        max-height: 20px;
      }
    }

    Hope this helps. Please let us know how it goes.

    #1321229
    gobeyondesign
    Participant

    this did not work – take a look at the gap between the image and the footer. It needs to look seamless.

    #1321257
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can use margin-bottom: -2px !important; for the image within Style field. You can try changing the value as well if you still see the gap.

    Cheers!

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