By Michael on Tuesday, 14 February 2017
Posted in Echo
Likes 0
Views 576
Votes 0
Hi,
worried about menu-issue in version 1.0.1 I still use 1.0. I have problems using textfield-labels. They all are right aligned, and by hover them they disappear completly with tooltip.

Solved it now by myself. Added this to custom.css


.form-horizontal .control-label {
text-align: left;
}
.control-label .hasPopover,
.control-label .hasTooltip {
display: inline-block !important;
}


Another issue like in your demo is the searchbar by items "Blog" and "Discuss". Missing color:


.echo .echo-navbar #es.mod-es-search .o-form-control{
color: #fff;
}



Regards
View Full Post