Dear solucionaseguradora,
Please go to (/templates/sj_plus/css/template-blue.css) and edit as the follow:
- Find this code:
#yt_menuposition ul.navi {
margin: 0;
padding: 0;
list-style: none;
}
change to :
#yt_menuposition ul.navi {
margin: 0;
padding: 0;
list-style: none;
float: left;
}
- Find this code:
#yt_menuwrap {
background: #2C2C2C;
position: relative;
z-index: 10;
height: 29px;
margin: 0;
-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}
change to:
#yt_menuwrap {
background: #2C2C2C;
position: relative;
z-index: 10;
height: 29px;
margin: 0;
-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
margin-bottom: 20px;
}
- Add this code:
Thanks!