changing the menu in Theme Rosalie
-
Hey I would like to change the menu in Theme Rosalie and place it directly under my header. Does someone know how this is possible ?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
This is a bit tricky, but try adding the css below to your site, then check how it looks – particularly on moblile devices.
Please note: flexbox css will not work on some old browsers (about 2.3%)
.site { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .image-header { -webkit-order: -2; -ms-flex-order: -2; order: -2; } .rosalie-fixed-menu .site-header { position: relative; padding-top: 0px; } -
-
- The topic ‘changing the menu in Theme Rosalie’ is closed to new replies.