Hi, i need some help to align Menu bar, i want that to be in left side, but not a few cm from the edge, also need that search bar would be at the same Menu bar line. I think it shouldn’t be complicated, thank you for help.
Pasword: cheyia
@Microslax , do this to fix it in 20 seconds:
@media (min-width: 749px){
div#SiteNavSearchCart {
display: none;
}
#StickyNavSearchCart{
display: block;
}
#SiteNavParent{
padding-left: 0 !important;
}
}
Kind regards,
Diego
@diego_ezfy Hi & thank you for your fast help! It work perfectly! Have a nice day!
@Microslax You’re welcome!