maboli
-
Posts
66 -
Joined
-
Last visited
Community Answers
-
maboli's post in Make menu cross into link was marked as the answer
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; } }