Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • matgray87 Friend
    #202060

    Hi,
    The template works great on desktop, but on mobile, the viewport isn’t fixed, it allows it to slide right into a blank space, similar to a problem on JA-Sugite that I experienced here which has now been solved.
    What am I missing to prevent the template from sliding?
    Or where is there additional padding etc causing a problem?
    Homepage is here
    Thanks,
    Matt

    Eragon H Friend
    #553001

    Hi Matt,

    You can add this code to the file root/templates/ja_biz/css/custom.css (create a new one if unavailable)

    @media screen and (max-width: 767px) {
    .t3-mainbody .main-container {
    padding: 20px !important;
    }
    }

    Best regards

    matgray87 Friend
    #553140

    Nailed it as per! Thanks…

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

This topic contains 3 replies, has 2 voices, and was last updated by  matgray87 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum