Hello,
You can try adding this code to your theme’s style.css file
.site-header-top .site-row .site-header-top-left{
width: auto;
text-align: center !important;
}
Regards,
Sarmistha
Hello,
Try this
.site-header .site-header-top .site-container {
max-width: 90em;
}
Regards,
Sarmistha
Seems like you very deep knowledge on wordpress.
Thanks dear.
I have also tried this below tag to fix menu on top while scrolling down.
But not showing correctly. Is there anything missed?
position: fixed;
These changes are not live. I tried in Inspect Element(Q). I think you know very well about it.
I made these changes in Inspect Element(Q).
.site-header .site-container {
position: relative;
max-width: 90em;
}
.site-header .site-header-top {
position: fixed;
top: 0;
width: 100%;
}
Fixed Menu with width size Working good. It only showing when i scroll down the page. When cursor is on top of the page then it not showing menu. I want to show also menu on top when my cursor is on top.