jimandtonic Posted December 1, 2020 Posted December 1, 2020 Site URL: https://www.ideograf.me/work/colab Im hoping someone can help me with an answer to this i have to small black buttons under the main paragraph of this page, i would like to hide them completely when in mobile view. how can i achieve this?
tuanphan Posted December 5, 2020 Posted December 5, 2020 Add to Home > Design > Custom CSS /* Hide buttons */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1607154523964_13322 + .row { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.