Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Walter Doljar Friend
    #203561

    I am using module position-1 (for slideshows).

    In backend template administration the “position-1” is active on every layout (wide, normal, tablet, mobile…).

    But on frontend on smaller screens the “position-1” disappears! Slideshows are not shown anymore.

    Please see the screenshots. How can I make the position-1 visible on smaller screens? Where is it gone :((


    1. frontend-screenshots
    2. template-module-layout
    Eragon H Friend
    #558766

    Some positions including spot-light-1 are manually disabled in mobile layout. I enabled them by edit the file root/templates/css/template-responsive.css at line 2113
    FROM

    .home-feature,
    .ja-home-2,
    .bannergroup,
    #newsticker-block,
    .t3-spotlight-1,
    .t3-sl-1,
    #back-to-top {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    }

    TO:

    .home-feature,
    .ja-home-2,
    .bannergroup,
    #newsticker-block,
    .t3-spotlight-1,
    .t3-sl-1,
    #back-to-top {
    /*display: none;*/
    padding-top: 0;
    padding-bottom: 0;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Eragon H 9 years, 10 months ago.

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