The hamburger menu on my site appears automatically aligned to the vertical centre of the logo. Is it possible to vertically align the hamburger menu to the top edge of the logo instead?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (min-width: 1000px) {
body.material #header-outer:not([data-format="left-header"]) #top nav >.buttons {
margin-top: -105px !important;
}
.slide-out-hover-icon-effect:not(.small) {
margin-top: -105px !important;
}
}
Hi Tahir
The hamburger menu on my site appears automatically aligned to the vertical centre of the logo. Is it possible to vertically align the hamburger menu to the top edge of the logo instead?
Thanks
Hi there,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.
Hi Andrew
I was hoping for a fix that would apply across all devices and browsers. Is that possible?
Hi there,
Try the following to apply on desktop and the recently sent on smaller devices:
Kind regards.
Thanks Andrew. Is there some code to apply that positioning to the same place on the sliding menu pane?
Hey Again,
Use this revised CSS.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks Tahir. That worked!