Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • nzslashman Friend
    #190571

    Hi there.

    On a mobile device the hero module main image makes the phone view screwy. How can i disable the hero module for the mobile responsive layout?

    Cheers.

    Ninja Lead Moderator
    #506124

    My below solution will help you to hide hero module in mobile layout.

    Open templates/ja_onepage/css/custom.css file

    Add new script

    @media (max-width: 767px) {
    .hero-unit {
    display: none;
    }
    }

    Let me know if it helps

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 1 month ago.

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