in sticky header the menu goes to centre
-
Hi i
1. i choose the the menu align right: http://prntscr.com/h722ik but when i scroll down the menu goes to center : http://prntscr.com/h722zi
2. this settings not working http://prntscr.com/h721sw
Hello,
Please, provide us an access to your website so we can check both issues.
Thank you
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
div.sticky-header .main-nav .menu {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
Be sure that you change sidebar size in Blog and Shop pages settings.
tried all they are not working…i want to change font case for the nav bar
It comes and disappear again..
This option doesn’t change the font, it changes the width of the sidebar.
NO any effect with this css the probleb continue. The top menu goes to center while scrolling
Hi,
Please, describe us your problems in a bit more details. Attach some screenshots and provide us a list of steps how to reproduce it on your website.
Thank you in advance.
What more details my friend? if you see this ticket you will see all that you need. screenshots and description of the problem.
http://prntscr.com/jm7x2d
in the first post of this ticket describe all that you need and all screenshoot with the settings too
Try to use this CSS code instead
div.sticky-header .main-nav .menu {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
div.sticky-header .main-nav {
text-align: right;
}
Thanks, now it is ok. But it should be work in theme settings?
There is no option for our sticky header menu text align yet in our Theme Settings.