This topic has 7 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
Why does the menu alignment, font size, and font family change when I scroll down here: http://bbb.vandertech.com/
Hello,
To change style for fixed header menu add this code in Global Custom CSS:
.fixed-header-area .menu > li > a {
font-family: Montserrat !important;
font-size: 13px !important;
}
Best regards,
Jack Richardson.
Cheers, mate. Can this be added to 8Theme Option panel for a future release? (feature request)
Oh … what about alignment?
is there a reason why the designers decided to change the alignment when it’s fixed? seems like it’d be a smoother transition if they stayed in the place.
Thanks,
Jimmy
Hello,
Could you please clarify what you want to do with the alignment of fixed header?
Thank you.
Best regards,
Jack Richardson.
Hi please see the same behaviour on this site:
http://thenarradorescollection.com/
As you scroll down, the style of the menu and header changes –
1) Header height seems to be smaller
2) Font family is different, as is font weight and size
3) Menu appears to jump position (partly because the header height changes, but also it moves slightly to the left, maybe becasue of the different font and font size)
Any help appreciated – many thanks
Hello @fewofakind,
1. Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.fixed-header-area {
padding-top: 20px;
padding-bottom: 20px;
}
2. Use this code in Theme Options > Custom CSS > Global Custom CSS:
.menu > li > a {
font-size: 14px;
font-weight: normal;
}
3. Please specify how you want to align the menu.
Best regards,
Jack Richardson.
Tagged: font alignment, font family, font size, issues, navigation, static header, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up