maboli Posted September 25, 2023 Posted September 25, 2023 (edited) I want to change the cross on the mobile version into a direct link, rather than going to the menu. Is it possible to have 'Info' as text rather than the cross too (in the same size as my web title text? https://www.studionh.co.uk/ Edited September 25, 2023 by maboli
DPruitt Posted September 25, 2023 Posted September 25, 2023 Try this which displays the original desktop navigation: .header-display-desktop { display: flex !important; } .header-display-mobile,.header-burger { display: none !important; } .header .header-title-nav-wrapper .header-title { flex: 0 100% !important; }
maboli Posted September 26, 2023 Author Posted September 26, 2023 (edited) That just seems to not show any navigation at all on mobile? Displaying the desktop version on mobile is exactly what I want to do though, as long as the info heading is the same size as the StudioNH on the left? Edited September 27, 2023 by maboli
Solution maboli Posted September 27, 2023 Author Solution Posted September 27, 2023 I've sorted it, found the code in another chat: @media screen and (max-width:1024px) { .header-nav { display: flex !important; justify-content: flex-end !important; } .header-burger { display: none !important; } .header-title { max-width: 40% !important; } a#site-title { white-space: nowrap; } } tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment