jimandtonic Posted December 1, 2020 Share 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? Link to comment
tuanphan Posted December 5, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment