edesix
Hi Laura,
Kindly check in this path: root/templates/ja_nuevo/html/ whether you have folder called 'mod_menu' or not, if yes, try to check php file inside this folder and see if those classes added or not.
If there is no such folder, you can go to this file: root/plugins/system/t3/base-bs3/html/mod_menu/default.php
At approx line 21, you will see this line of code:
<ul class="nav nav-pills nav-stacked menu<?php echo $class_sfx; ?>"<?php echo $id; ?>>
Then remove 2 classes: nav-pills nav-stacked
It will work fine.