Even the demo is showing horizontal scrolling bug for Mobile

Home Forums Porto – Responsive HTML5 Template Even the demo is showing horizontal scrolling bug for Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10044034
    eazylearn
    Participant

    Hi,

    The demo page has horizontal scrolling. How do you get rid of this so that I can also implement it for my site.

    Thanks,

    Jay



    Template Version: App Landing
    #10044035
    Support
    Keymaster

    Hello,

    Add this css:

    (css/custom.css)

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    Best Regards.


    • This reply was modified 10 months, 3 weeks ago by Support.
    #10044037
    eazylearn
    Participant

    I am still able to scroll right on my iphone browser.


    #10044038
    Support
    Keymaster

    Hi,

    Make sure to clear browser cache and try again.


Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as "RESOLVED" and can not rceive new replies.