cmography Posted March 1, 2020 Share Posted March 1, 2020 (edited) Site URL: https://agicreative.com/work/still/architecture Site Password: password I have some navigation I added below the banner on some pages, is there any way I can hide this or modify it for mobile view? It shows centered on mobile and doesn't look good. If it means anything, this is the code I am using for that navigation. <div class="still-work-navigation-container"> <a href="/work/still/architecture"class="still-work-navigation-active">architecture</a> <a href="/work/still/food">food / beverage</a> <a href="/work/still/healthcare">healthcare</a> <a href="/work/still/industrial">industrial</a> <a href="/work/still/lifestyle">lifestyle</a> <a href="/work/still/product">product</a> </div> Edited March 3, 2020 by cmography Link to comment
Solution tuanphan Posted March 1, 2020 Solution Share Posted March 1, 2020 add to Home > design > custom CSS @media screen and (max-width:640px) { .still-work-navigation-container {display: none;} } timoneill and cmography 1 1 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