Make the same size menu bar in different languages

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!

Hi @veronika,

Thank you for your question.

Could you please share me your site URL where it’s happening so that i can troubleshoot it?

Kind Regards,
Movin

Here is the url from the site: http://www.jardineriacalonge.com/

Thank you.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.collapse.navbar-collapse.navbar-ex1-collapse {
    padding-left: 0;
}

Perfect!

Thank you!!

You are most welcome here :slight_smile: