Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • orsomannaro Friend
    #200634

    I worked a lot on the website and just now I found out that the main content of the home-page doesn’t show on smartphones (even resizing the browser window on the computer).

    I can’t figure out which one of the changes I made has done this.

    Can someone help me? (to JoomlArt staff: I provide URL and admin access)

    Thanks a lot.

    Nazario A Friend
    #546611

    @orsomannaro,

    I just checked your site. You are using the JA Slideshow Lite on homepage only. As default, JA Slideshow Lite module will be hidden on mobile layout.
    If you want to show it on mobile, you can open file /template/ja_fixel/css/custom.css then add this rule:

    /* Custom for Mobile */ @media (max-width: 640px){
    .items.slideshow, .t3-module.slideshow {
    display: block;
    }
    .items.grid-3x2.grid-pos-1.slideshow {
    display: none;
    }
    }

    Let me know if this helps

    orsomannaro Friend
    #546712

    Yes, thank!!

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

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

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