Hello,
We are currently using this template and realized that if we use Boxed layout setting, the sticky menu will stay on the left side (suppose to be center) when scroll down the page. We tried the following css tweak, but don't seem it is working, could you advice how do we make it center?
#sp-header.header-sticky {
position: fixed;
z-index: 9999;
margin-left: auto !important;
margin-right: auto !important;
}
Thanks
Regards,