Sticky header In Arabic

Hello
I have this problem with sticky header , and the fixed header
The links are detached with each others..

image

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

Sign In or Register to comment.