Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • willer Friend
    #945338

    Good morning,

    i notice that all of the modules in the Sidebar, Sidebar 1 and 2 positions, are not shown on mobile devices.

    I ask for help to solve the problem. Thank you

    Pankaj Sharma Moderator
    #945357

    Hi
    Sidebar is hidden due to the design concept . Add below code in custom.css file to show the sidebar in small screens

    .t3-sidebar {
        display: block!important;
    }
    willer Friend
    #945375

    Ok, thank you … though known that among some modules is left much space, you can reduce it? I attach a screenshot


    1. Cattura-2
    2. Cattura2
    Pankaj Sharma Moderator
    #945427

    Hi
    please check the site in Real devices and see , current screenshot seems to be take from PC .

    willer Friend
    #945428

    @pankaj Sharma i checked, it’s the same…the problem is only homepage


    1. wp_ss_20160629_0001
    Pankaj Sharma Moderator
    #945432

    Hi
    Add below code in custom.css file

    @media (max-width:468px) {.home .magazine-list .t3-sidebar {
        min-height: 550px!important;
    }}

    let me know if it helps

    willer Friend
    #945435

    Ok, now it’s fine.

    Thank you !

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

This topic contains 6 replies, has 2 voices, and was last updated by  willer 7 years, 10 months ago.

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