Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1149288
    simone
    Participant

    Hello,
    The second column in the row on my about page is not showing up on mobile. Any help is appreciated.
    Thank you,
    simone

    http://d78.b51.myftpupload.com/about/

    #1149349
    Lely
    Moderator

    Hello Simone,

    Upon checking, the issue is because of the following custom CSS:

    body {
        overflow: hidden;
    }
    

    Please remove it.

    #1150103
    simone
    Participant

    Thank you!

    #1150201
    Lely
    Moderator

    You’re welcome!

    Cheers!

    #1151669
    simone
    Participant

    Hi Again,
    I just realized why I had the following CSS – it was to hide the double scroll bar – do you have another solution?

    body {
    overflow: hidden;
    }

    thanks,
    Simone

    #1151680
    Thai
    Moderator

    Hi There,

    Please remove that custom CSS and add the following CSS instead:

    html {
        overflow-x: initial;
    }

    Hope it helps 🙂

    #1160196
    simone
    Participant

    Still not seeing the second column of our ABOUT page on mobile. The gift certificate column on the first page is also not showing content on mobile. Thank you in advance.

    http://www.cercatrovayoga.com
    http://www.cercatrovayoga.com/about/

    #1160371
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! The reason behind this issue is your custom css. You are using this:

    .map {
        overflow: hidden;
        max-height: 500px;
    }

    You need to update it and use this code instead:

    @media(min-width: 980px){
      .map {
        overflow: hidden;
        max-height: 500px;
      }
    }

    Please let us know if this works out for you.

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