- This topic has 4 replies, 3 voices, and was last updated 5 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Sticky menu problem after changing background color
Hi Davinder,
After I change the background color of the site, the sticky menu appears like this: http://prntscr.com/9paw52 The menu is not center any more, move a bit to the right, and the left to corner is blank.
Can you please check here live url and help me fix it?
Regards,
Add following css in your style.css file
.sticky-nav .site-navigation {
max-width: 1140px;
}
Thank you so much.
Hi Chinmoy,
If we remove the background color, there is problem again. See screenshot: http://prntscr.com/9pwtoh
When no background color option is used, remove following code from style.css file
.sticky-nav .site-navigation {
max-width: 1140px;
}