- Joined
- May 25, 2019
- Messages
- 1,386
- Points
- 523
Reputation:
DareDevil submitted a new resource:
[cXF] Mobile logo header UIX - mobile header with logo For UIX
Read more about this resource...
[cXF] Mobile logo header UIX - mobile header with logo For UIX
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 toextra.less
template:
This Code Only For UIX Theme Themehouse
CSS:/* [cXF] Mobile logo header (for UI.X style) */ @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...