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

    Hi there,

    I dont know where my Q went but here it is again from the 12/09/13

    How can I remove the hero module image in mobile view? The mobile view works well except the image forces a scroll sideways issue but without the large hero module image it would be perfect.

    Cheers,

    Aaron.

    Ninja Lead Moderator
    #506253

    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