Hi,
In my site happen something wrong in the menu bar when I’m in a spanish lenguage. When I in spanish lenguage (the original lenguage) the menu bar is very large and disordered, and on the rest of the lenguages the menu bar is normal. I want to make the menu bar from spanish lenguage the same size us the rest.
I think it can happen because some code from custom CCS, could you check it please?
This is all the codes I have at the moment in custom CCS:
#page .shapely_home_parallax h1 {
font-weight: bold;
}
#shapely_home_parallax-12,
#shapely_home_parallax-10,
#shapely_home_parallax-6,
#shapely_home_parallax-4 {
background: #fff;
}
#shapely_home_parallax-4 {
background: #fff;
}
#shapely_home_parallax-2 {
background: #fff;
}
@media (min-width: 768px){
#main {
margin-top: 15px;
}
}
img.logo {
max-height: 95%;
}
@media (min-width: 991px){
.container.nav-bar,
.nav-bar .module,
.nav-bar .module-group,
ul.menu,
.nav-bar a {
height: 100px;
max-height: 100px;
}
}
Thank you for advanced!