- Jan 28, 2020
- 853
- 7
- 295
- Language
- English
GuDron submitted a new resource:
Mobile logo header - xenforo 2 active Mobile logo header
Read more about this resource...
Mobile logo header - xenforo 2 active Mobile logo header
Would you like to have a mobile header with logo like this?
View attachment 20
As you can see you can have a mobile header, but when you scroll the logo will show in the navigation.
To achieve this add code below to extra.less template:
CSS:/* [GB] Mobile logo header */ @media (max-width: @xf-responsiveMedium) { .has-js .p-header { display: initial; } .p-header-logo { max-width: 100%; margin: 0 auto; }...
Read more about this resource...