Sticky header In Arabic
Hello
I have this problem with sticky header , and the fixed header
The links are detached with each others..
I tried this CSS but it doesn't work
////////////////////////////////////////////////////
media="all"
@media only screen and (min-width: 1240px)
#Top_bar.is-sticky .menu_wrapper .menu > li > a {
padding: 15px 10px;
}
media="all"
@media only screen and (min-width: 768px)
.header-fixed #Top_bar .menu_wrapper .menu > li > a {
padding: 15px 10px;
}
/////////////////////////////////////////////////////////
Thank you
Comments
please take a look at http://forum.muffingroup.com/betheme/discussion/1107/menu-behaving-strangely-after-update where we explained why menu items are sticky.