Hi!
I want to close a gap between the Search module and the Language-swither module on the frontpage.
I found a css-code so I managed to move the Language-switcher in custom.css.
.mod-languages {
z-index: 1;
margin-top: -20px;
margin-left: -20px;
}
Tried with margin-bottom but no reaction. Also traid to use the code to .mod-RokAjaxSearch without succes.