Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Saguaros Moderator
    #1080813

    Hi,

    It belongs to ‘ja-home-2’ section and is hidden in mobile view. If you want to show it, you can use this custom CSS:

    @media (max-width: 767px) {
    .ja-home-2 {
        display: block !important;
    }
    }
    giulia72 Friend
    #1080889

    Thank you
    Just a confirm:
    as I have just custom.css file, do I have only add the code you sent me in my custom css file?

    Saguaros Moderator
    #1080926

    Hi,

    If you’ve already had this file: root/templates/ja_beranis/css/custom.css

    Then simply add above css into this file.

    giulia72 Friend
    #1080991

    Hi
    I did what you suggested but it doesn’t work
    attached you can find my custom css file

    giulia72 Friend
    #1080992

    sorry it is not allowed to send this kind of file.
    Below the code:
    .jai-map-container .popover { z-index: 1050!important; }

    @media (max-width: 420px) {
    .head-position {
    min-width:170px!important;
    }
    }

    @media (max-width: 468px){ .t3-sl-2 .t3-spotlight-2 .t3-module { min-height: 350px; }}
    @media (max-width: 767px) {
    .ja-home-2 {
    display: block !important;
    }
    }

    Saguaros Moderator
    #1081025

    Hi,

    Did you try to clear browser’s cache?

    I open your site on mobile and see the JA Hotspot module is showing fine.


    1. 54209843-262D-4402-92CD-D003D392404D
    giulia72 Friend
    #1081127

    ok it works

    Thank you so much

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

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

The topic ‘Ja hotspot module not visible on Mobile device’ is closed to new replies.