Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Robin Friend
    #200647

    Hello. In the mobile view on the homepage, the modules on the left side disappear. Also, it shows the business header instead of the homepage.

    These are some of the module positions that disappear:
    homepage feature 1
    Ja-news-1

    Pankaj Sharma Moderator
    #546626

    Hello this container is Hidden for the mobile view . for a good design purpose
    and make the page light weight so it can be fast open on mobile devices .
    If you want to show those block
    Add this css code in Custom.css file

    @media (max-width: 767px) {
    .hidden-desktop {
    display: inherit !important;
    }
    .visible-desktop {
    display: none !important;
    }
    .visible-phone {
    display: inherit !important;
    }
    .hidden-phone {
    display: block !important;
    }
    }

    Template/your template/css/custom.css

    Hope it helps

    Robin Friend
    #546634

    It didn’t work. It seems like the code in my custom.css is not functioning properly.

    Pankaj Sharma Moderator
    #546635

    <em>@rwold 442118 wrote:</em><blockquote>It didn’t work. It seems like the code in my custom.css is not functioning properly.</blockquote>
    Please PM me super user admin details of your site . I will check both of your issues on your site, and let you know the fix here

    Pankaj Sharma Moderator
    #546637

    Hello Please check your site now
    I added same code in custom.css file .
    I found and syntax error in your custom,css file . >> closing Braces
    this is the issue its now working ,
    check it now

    @media (max-width: 767px) {
    .hidden-desktop {
    display: inherit !important;
    }
    .visible-desktop {
    display: none !important;
    }
    .visible-phone {
    display: inherit !important;
    }
    .hidden-phone {
    display: block !important;
    }
    }

    Let me know if it helps

    Robin Friend
    #546640

    Thanks a ton!!! This makes plenty of sense. 🙂

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

This topic contains 6 replies, has 2 voices, and was last updated by  Robin 9 years, 8 months ago.

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