[cXF] Mobile logo header

XenForo [cXF] Mobile logo header

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

[cXF] Mobile logo header - Show logo in mobile header, but in navigation when scrolling

Would you like to have a mobile header with logo like this?

9a3237aa219f2.gif


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:
/* [cXF] Mobile logo header */
@media (max-width: @xf-responsiveMedium) {
    .has-js .p-header {
        display: initial;
    }
    .p-header-logo {
        max-width: 100%...

Read more about this resource...
 
Back
Top Bottom