October 15, 2020 at 11:28 pm
#10034788
Keymaster
Hello,
I saw your marked this question as resolved. Did you already fixed the issue ?
Anyway, inspecting your website we still can see a border on mobile language dropdown. This border is being applied by your custom file responsive.css:

Probably the best way is apply this border on large devices only. For it you can change the media querie rule to:
@media (min-width: 992px) {
#header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
margin-top: 10px;
border: 1px solid #003366;
}
}
* Note min-width: 992px.
If you want to increase the font size, add the code below at (css/custom.css):
@media(max-width: 991px) {
.header-container .header-nav .nav li .dropdown-menu a {
font-size: 13px !important;
}
}
We hope this helps!
Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.
If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads