-
AuthorPosts
-
October 16, 2017 at 4:53 pm #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
- This topic was modified 7 years, 1 month ago by micropoleinstitut.
October 16, 2017 at 11:31 pm #865015Hey 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 ShannonOctober 17, 2017 at 9:29 am #865195Hello,
I just named the items (with the class css) who I need to see on my homepage :
accroche
expertises
blog
temoignages
projetAt 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,
- This reply was modified 7 years, 1 month ago by micropoleinstitut.
October 18, 2017 at 10:27 pm #865936Hi,
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 ShannonOctober 19, 2017 at 10:09 am #866129Hi,
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,
- This reply was modified 7 years, 1 month ago by micropoleinstitut.
October 19, 2017 at 5:30 pm #866335Hi,
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 ShannonOctober 20, 2017 at 9:17 am #866634Thank you
October 20, 2017 at 3:13 pm #866710Hi,
No problem. Please let me know if you need further help or shall I close this thread.Best regards,
Jordan ShannonOctober 20, 2017 at 3:13 pm #866711Hi,
No problem. Please let me know if you need further help or shall I close this thread.Best regards,
Jordan ShannonOctober 20, 2017 at 3:14 pm #866712Hi,
No problem. Please let me know if you need further help or shall I close this thread.Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.