Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #864882

    Hello,

    When I select an item and select “Hide on large screens (wider than 990px – eg: Desktop)” my elements are not displayed on the tablet (Samsung galaxy tab, iPad, Ipad Pro…) in landscape mode. I want these items to be on tablet and smaller device only (not on computer).

    How am I supposed to see them?

    Here is the link of my site just in case : http://www.micropole-learning-solutions.com.qual.micropole.com/

    Thank you

    #865015

    Hey micropoleinstitut,

    You likely need additional css and media queries. What are the specific items that you need to have hidden, perhaps we can help you with the css.

    Best regards,
    Jordan Shannon

    #865195

    Hello,

    I just named the items (with the class css) who I need to see on my homepage :
    accroche
    expertises
    blog
    temoignages
    projet

    At first I will only deal with these items on the homepage. Can you make them visible on tablet (Samsung galaxy tab, iPad, Ipad Pro…) and smaller device only (not on computer) in landscape mode please ?

    Here is the page of my site : http://www.micropole-learning-solutions.com.qual.micropole.com/

    Thank you

    Best regards,

    #865936

    Hi,

    Apologies for the delay. So the above items SHOULD NOT be seen on the desktop? You only want them visible on mobile?

    Best regards,
    Jordan Shannon

    #866129

    Hi,

    Yes, I would like see these items only for mobile (smartphone) and tablet including landscape mode (Ipad pro, Ipad, Samsung Tab…)

    Could you tell me how do this ?

    Thanks

    Best regards,

    #866335

    Hi,

    You can add the following, and just add your specific classes and/or ids

    
    @media only screen and (min-width: 1100px)  {
    .Class1{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #866634

    Thank you

    #866710

    Hi,
    No problem. Please let me know if you need further help or shall I close this thread.

    Best regards,
    Jordan Shannon

    #866711

    Hi,
    No problem. Please let me know if you need further help or shall I close this thread.

    Best regards,
    Jordan Shannon

    #866712

    Hi,
    No problem. Please let me know if you need further help or shall I close this thread.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.